* [gentoo-commits] gentoo-x86 commit in app-emacs/markdown-mode: markdown-mode-1.8.1.ebuild ChangeLog
@ 2011-09-21 22:58 Naohiro Aota (naota)
0 siblings, 0 replies; 4+ messages in thread
From: Naohiro Aota (naota) @ 2011-09-21 22:58 UTC (permalink / raw
To: gentoo-commits
naota 11/09/21 22:58:41
Modified: markdown-mode-1.8.1.ebuild ChangeLog
Log:
Use git instead of unstable SRC_URI
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Revision Changes Path
1.2 app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild?r1=1.1&r2=1.2
Index: markdown-mode-1.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- markdown-mode-1.8.1.ebuild 15 Sep 2011 16:44:15 -0000 1.1
+++ markdown-mode-1.8.1.ebuild 21 Sep 2011 22:58:41 -0000 1.2
@@ -1,16 +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 $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild,v 1.2 2011/09/21 22:58:41 naota 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"
HOMEPAGE="http://jblevins.org/projects/markdown-mode/"
-SRC_URI="http://jblevins.org/git/markdown-mode.git/snapshot/${P}.tar.gz"
+# 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"
LICENSE="GPL-2"
SLOT="0"
1.2 app-emacs/markdown-mode/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/markdown-mode/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/markdown-mode/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/markdown-mode/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/markdown-mode/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 15 Sep 2011 16:44:15 -0000 1.1
+++ ChangeLog 21 Sep 2011 22:58:41 -0000 1.2
@@ -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.1 2011/09/15 16:44:15 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/markdown-mode/ChangeLog,v 1.2 2011/09/21 22:58:41 naota Exp $
+
+ 21 Sep 2011; Naohiro Aota <naota@gentoo.org> markdown-mode-1.8.1.ebuild:
+ Use git instead of unstable SRC_URI
*markdown-mode-1.8.1 (15 Sep 2011)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emacs/markdown-mode: markdown-mode-1.8.1.ebuild ChangeLog
@ 2011-09-22 0:15 Thomas Kahle (tomka)
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Kahle (tomka) @ 2011-09-22 0:15 UTC (permalink / raw
To: gentoo-commits
tomka 11/09/22 00:15:17
Modified: markdown-mode-1.8.1.ebuild ChangeLog
Log:
add ~x86 keyword
(Portage version: 2.1.10.19/cvs/Linux i686)
Revision Changes Path
1.3 app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild?r1=1.2&r2=1.3
Index: markdown-mode-1.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- markdown-mode-1.8.1.ebuild 21 Sep 2011 22:58:41 -0000 1.2
+++ markdown-mode-1.8.1.ebuild 22 Sep 2011 00:15:17 -0000 1.3
@@ -1,6 +1,6 @@
# 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.2 2011/09/21 22:58:41 naota Exp $
+# $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 $
EAPI=4
@@ -18,7 +18,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE=""
SITEFILE="50${PN}-gentoo.el"
1.3 app-emacs/markdown-mode/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/markdown-mode/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/markdown-mode/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/markdown-mode/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/markdown-mode/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 21 Sep 2011 22:58:41 -0000 1.2
+++ ChangeLog 22 Sep 2011 00:15:17 -0000 1.3
@@ -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.2 2011/09/21 22:58:41 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/markdown-mode/ChangeLog,v 1.3 2011/09/22 00:15:17 tomka Exp $
+
+ 22 Sep 2011; Thomas Kahle <tomka@gentoo.org> markdown-mode-1.8.1.ebuild:
+ Added ~x86 keyword
21 Sep 2011; Naohiro Aota <naota@gentoo.org> markdown-mode-1.8.1.ebuild:
Use git instead of unstable SRC_URI
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emacs/markdown-mode: markdown-mode-1.8.1.ebuild ChangeLog
@ 2011-09-26 16:43 Ulrich Mueller (ulm)
0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-09-26 16:43 UTC (permalink / raw
To: gentoo-commits
ulm 11/09/26 16:43:47
Modified: markdown-mode-1.8.1.ebuild ChangeLog
Log:
Source snapshot is on Gentoo mirrors now, instead of live ebuild. Bug 383181.
(Portage version: 2.1.10.19/cvs/Linux x86_64)
Revision Changes Path
1.4 app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild?r1=1.3&r2=1.4
Index: markdown-mode-1.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- markdown-mode-1.8.1.ebuild 22 Sep 2011 00:15:17 -0000 1.3
+++ markdown-mode-1.8.1.ebuild 26 Sep 2011 16:43:47 -0000 1.4
@@ -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"
1.4 app-emacs/markdown-mode/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/markdown-mode/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/markdown-mode/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/markdown-mode/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/markdown-mode/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 22 Sep 2011 00:15:17 -0000 1.3
+++ ChangeLog 26 Sep 2011 16:43:47 -0000 1.4
@@ -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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emacs/markdown-mode: markdown-mode-1.8.1.ebuild ChangeLog
@ 2011-12-26 14:17 Ulrich Mueller (ulm)
0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-12-26 14:17 UTC (permalink / raw
To: gentoo-commits
ulm 11/12/26 14:17:33
Modified: markdown-mode-1.8.1.ebuild ChangeLog
Log:
Add app-arch/xz-utils to DEPEND.
(Portage version: 2.1.10.43/cvs/Linux x86_64)
Revision Changes Path
1.5 app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild?r1=1.4&r2=1.5
Index: markdown-mode-1.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/markdown-mode/markdown-mode-1.8.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- markdown-mode-1.8.1.ebuild 26 Sep 2011 16:43:47 -0000 1.4
+++ markdown-mode-1.8.1.ebuild 26 Dec 2011 14:17:33 -0000 1.5
@@ -1,6 +1,6 @@
# 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.4 2011/09/26 16:43:47 ulm Exp $
+# $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 $
EAPI=4
@@ -17,4 +17,6 @@
KEYWORDS="~amd64 ~x86"
IUSE=""
+DEPEND="app-arch/xz-utils"
+
SITEFILE="50${PN}-gentoo.el"
1.5 app-emacs/markdown-mode/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/markdown-mode/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/markdown-mode/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/markdown-mode/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/markdown-mode/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 26 Sep 2011 16:43:47 -0000 1.4
+++ ChangeLog 26 Dec 2011 14:17:33 -0000 1.5
@@ -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.4 2011/09/26 16:43:47 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/markdown-mode/ChangeLog,v 1.5 2011/12/26 14:17:33 ulm Exp $
+
+ 26 Dec 2011; Ulrich Mueller <ulm@gentoo.org> markdown-mode-1.8.1.ebuild:
+ Add app-arch/xz-utils to DEPEND.
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.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-12-26 14:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-21 22:58 [gentoo-commits] gentoo-x86 commit in app-emacs/markdown-mode: markdown-mode-1.8.1.ebuild ChangeLog Naohiro Aota (naota)
-- strict thread matches above, loose matches on Subject: below --
2011-09-22 0:15 Thomas Kahle (tomka)
2011-09-26 16:43 Ulrich Mueller (ulm)
2011-12-26 14:17 Ulrich Mueller (ulm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox