summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-11-01 14:42:24 +0000
committerUlrich Müller <ulm@gentoo.org>2012-11-01 14:42:24 +0000
commit9200522066abba866b16477fba2fc53ce91e47ab (patch)
tree84291dab5c471af0def58aa32d8a95fb786b3a5c /app-emacs/sml-mode
parentInitial commit wrt bug #281916 (diff)
downloadgentoo-2-9200522066abba866b16477fba2fc53ce91e47ab.tar.gz
gentoo-2-9200522066abba866b16477fba2fc53ce91e47ab.tar.bz2
gentoo-2-9200522066abba866b16477fba2fc53ce91e47ab.zip
Version bump, bug 440348. According to upstream, the package now consists only of a single elisp file. Specify LICENSE more precisely.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'app-emacs/sml-mode')
-rw-r--r--app-emacs/sml-mode/ChangeLog9
-rw-r--r--app-emacs/sml-mode/sml-mode-4.1.ebuild6
-rw-r--r--app-emacs/sml-mode/sml-mode-5.0.ebuild5
-rw-r--r--app-emacs/sml-mode/sml-mode-6.1.ebuild20
4 files changed, 33 insertions, 7 deletions
diff --git a/app-emacs/sml-mode/ChangeLog b/app-emacs/sml-mode/ChangeLog
index 26554df38489..20fe84ff0e5e 100644
--- a/app-emacs/sml-mode/ChangeLog
+++ b/app-emacs/sml-mode/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-emacs/sml-mode
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/ChangeLog,v 1.25 2012/08/10 23:27:34 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/ChangeLog,v 1.26 2012/11/01 14:42:24 ulm Exp $
+
+*sml-mode-6.1 (01 Nov 2012)
+
+ 01 Nov 2012; Ulrich Müller <ulm@gentoo.org> sml-mode-4.1.ebuild,
+ sml-mode-5.0.ebuild, +sml-mode-6.1.ebuild:
+ Version bump, bug 440348. According to upstream, the package now consists
+ only of a single elisp file. Specify LICENSE more precisely.
10 Aug 2012; Christian Faulhammer <fauli@gentoo.org>
-sml-mode-5.0_beta1.ebuild:
diff --git a/app-emacs/sml-mode/sml-mode-4.1.ebuild b/app-emacs/sml-mode/sml-mode-4.1.ebuild
index f4270698316d..1e37e11c8e2b 100644
--- a/app-emacs/sml-mode/sml-mode-4.1.ebuild
+++ b/app-emacs/sml-mode/sml-mode-4.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/sml-mode-4.1.ebuild,v 1.5 2010/05/23 21:02:14 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/sml-mode-4.1.ebuild,v 1.6 2012/11/01 14:42:24 ulm Exp $
inherit elisp
@@ -8,7 +8,7 @@ DESCRIPTION="Emacs major mode for editing Standard ML"
HOMEPAGE="http://www.iro.umontreal.ca/~monnier/elisp/"
SRC_URI="http://www.iro.umontreal.ca/~monnier/elisp/${P}.tar.gz"
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="alpha amd64 ppc x86"
IUSE=""
diff --git a/app-emacs/sml-mode/sml-mode-5.0.ebuild b/app-emacs/sml-mode/sml-mode-5.0.ebuild
index 34f7988088b9..b45267e8ca5d 100644
--- a/app-emacs/sml-mode/sml-mode-5.0.ebuild
+++ b/app-emacs/sml-mode/sml-mode-5.0.ebuild
@@ -1,17 +1,16 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/sml-mode-5.0.ebuild,v 1.1 2012/08/10 23:25:02 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/sml-mode-5.0.ebuild,v 1.2 2012/11/01 14:42:24 ulm Exp $
EAPI=4
inherit elisp
-MY_P=${P}beta1
DESCRIPTION="Emacs major mode for editing Standard ML"
HOMEPAGE="http://www.iro.umontreal.ca/~monnier/elisp/"
SRC_URI="http://www.iro.umontreal.ca/~monnier/elisp/${P}.tar.gz"
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~x86"
IUSE=""
diff --git a/app-emacs/sml-mode/sml-mode-6.1.ebuild b/app-emacs/sml-mode/sml-mode-6.1.ebuild
new file mode 100644
index 000000000000..1671a4ff229c
--- /dev/null
+++ b/app-emacs/sml-mode/sml-mode-6.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/sml-mode/sml-mode-6.1.ebuild,v 1.1 2012/11/01 14:42:24 ulm Exp $
+
+EAPI=4
+
+inherit elisp
+
+DESCRIPTION="Emacs major mode for editing Standard ML"
+HOMEPAGE="http://www.iro.umontreal.ca/~monnier/elisp/"
+# taken from http://bzr.sv.gnu.org/r/emacs/elpa
+SRC_URI="mirror://gentoo/${P}.el.xz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+
+DEPEND="app-arch/xz-utils"
+
+SITEFILE="50${PN}-gentoo.el"