* [gentoo-commits] gentoo-x86 commit in app-emacs/muse: muse-3.20.ebuild ChangeLog muse-3.12.ebuild
@ 2010-02-02 8:58 99% Ulrich Mueller (ulm)
0 siblings, 0 replies; 1+ results
From: Ulrich Mueller (ulm) @ 2010-02-02 8:58 UTC (permalink / raw
To: gentoo-commits
ulm 10/02/02 08:58:04
Modified: ChangeLog muse-3.12.ebuild
Added: muse-3.20.ebuild
Log:
Version bump. Fix LICENSE.
(Portage version: 2.2_rc62/cvs/Linux i686)
Revision Changes Path
1.23 app-emacs/muse/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/muse/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/muse/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/muse/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/muse/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 20 Mar 2009 22:16:34 -0000 1.22
+++ ChangeLog 2 Feb 2010 08:58:03 -0000 1.23
@@ -1,6 +1,11 @@
# ChangeLog for app-emacs/muse
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/muse/ChangeLog,v 1.22 2009/03/20 22:16:34 tcunha Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/muse/ChangeLog,v 1.23 2010/02/02 08:58:03 ulm Exp $
+
+*muse-3.20 (02 Feb 2010)
+
+ 02 Feb 2010; Ulrich Mueller <ulm@gentoo.org> +muse-3.20.ebuild:
+ Version bump. Fix LICENSE.
20 Mar 2009; Tiago Cunha <tcunha@gentoo.org> muse-3.12.ebuild:
stable sparc
1.5 app-emacs/muse/muse-3.12.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/muse/muse-3.12.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/muse/muse-3.12.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/muse/muse-3.12.ebuild?r1=1.4&r2=1.5
Index: muse-3.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/muse/muse-3.12.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- muse-3.12.ebuild 20 Mar 2009 22:16:34 -0000 1.4
+++ muse-3.12.ebuild 2 Feb 2010 08:58:03 -0000 1.5
@@ -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/muse/muse-3.12.ebuild,v 1.4 2009/03/20 22:16:34 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/muse/muse-3.12.ebuild,v 1.5 2010/02/02 08:58:03 ulm Exp $
inherit elisp
@@ -8,7 +8,7 @@
HOMEPAGE="http://www.mwolson.org/projects/MuseMode.html"
SRC_URI="http://download.gna.org/muse-el/${P}.tar.gz"
-LICENSE="GPL-3"
+LICENSE="GPL-3 FDL-1.2 GPL-2 MIT"
SLOT="0"
KEYWORDS="amd64 ~ppc sparc x86 ~x86-fbsd"
IUSE=""
1.1 app-emacs/muse/muse-3.20.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/muse/muse-3.20.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/muse/muse-3.20.ebuild?rev=1.1&content-type=text/plain
Index: muse-3.20.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/muse/muse-3.20.ebuild,v 1.1 2010/02/02 08:58:03 ulm Exp $
inherit elisp
DESCRIPTION="Muse-mode is similar to EmacsWikiMode, but more focused on publishing to various formats"
HOMEPAGE="http://www.mwolson.org/projects/MuseMode.html"
SRC_URI="http://download.gna.org/muse-el/${P}.tar.gz"
LICENSE="GPL-3 FDL-1.2 GPL-2 MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE=""
SITEFILE="50${PN}-gentoo.el"
src_compile() {
emake || die "emake failed"
}
src_install() {
elisp-install ${PN} lisp/*.el lisp/*.elc || die
elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
doinfo texi/muse.info || die
dodoc AUTHORS NEWS README ChangeLog* || die "dodoc failed"
insinto /usr/share/doc/${PF}
doins -r contrib etc examples experimental scripts || die
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-02-02 8:58 99% [gentoo-commits] gentoo-x86 commit in app-emacs/muse: muse-3.20.ebuild ChangeLog muse-3.12.ebuild 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