* [gentoo-commits] repo/gentoo:master commit in: app-emacs/sml-mode/files/, app-emacs/sml-mode/
@ 2017-07-01 12:11 Ulrich Müller
0 siblings, 0 replies; only message in thread
From: Ulrich Müller @ 2017-07-01 12:11 UTC (permalink / raw
To: gentoo-commits
commit: 76d0fea2018614113414e93b3d55d7d206b79125
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 1 12:05:02 2017 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 1 12:05:02 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76d0fea2
app-emacs/sml-mode: Remove old.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
app-emacs/sml-mode/Manifest | 2 --
app-emacs/sml-mode/files/50sml-mode-gentoo.el | 1 -
app-emacs/sml-mode/sml-mode-5.0.ebuild | 25 -------------------------
app-emacs/sml-mode/sml-mode-6.1-r1.ebuild | 24 ------------------------
4 files changed, 52 deletions(-)
diff --git a/app-emacs/sml-mode/Manifest b/app-emacs/sml-mode/Manifest
index fe102abdf11..54ee5f321f0 100644
--- a/app-emacs/sml-mode/Manifest
+++ b/app-emacs/sml-mode/Manifest
@@ -1,3 +1 @@
-DIST sml-mode-5.0.tar.gz 73324 SHA256 4aecb081ef839e94345aec31840a9c3805771c857298e87d8c153ec52ddb9fb5 SHA512 250dd6a25e8e456fc0c002e77b2bd27a5de6f13d7c6f530a71213853fcca0bda340474f68411c7bba237282d47d1e91334e05b521ee4990f0bda1daf8966b2ee WHIRLPOOL 8f7c004f82a663c97a647461d0dd2842e739f54d0fceab5fcfa3295eb1749443d18f585edfd07435a702deaa4094bca38531404abc5c186d16fb76874621ef69
-DIST sml-mode-6.1.el.xz 19012 SHA256 6a9cf07a199bc01d1f4163ada0d44b0669cf1ef4e2fa5bf6372d98fc84c634a6 SHA512 fd7566cc345b7df262f30648fcd7c8196b1615b9a9c4bc290db9125cedccda1340c07214eb9d9f17151c1c161ac72942e9ba35935133e8a6a857502ae89cff09 WHIRLPOOL bb2e9276900c36d2de1506710ff33cb4aceee641cb0ea23436f55487390fc9e4be0db053d85d7b693afbf72ba70579b2590c8fef0e738a47026b8f53b70a10b0
DIST sml-mode-6.4.el.xz 20512 SHA256 ce524bd955fe3bd7e548e00ea4f568fd2b045f635268a086167b86a5d3760efe SHA512 238c69cf34bdd9b825fdc00e65741a458e64bf4bf38ed96ba0518154dd92f25877d56d09f4c13271577ea8641ca828023db950db07a42fe1a02659527b65cb5b WHIRLPOOL 16c534d6aa9e354804ab74717bdd9872dea8d67645ec541ba230b4cc7cea0a79c376ef9067ad4e9d6b1e0aaa56d47cc47329081293c4f2f519bb4e2c6f2d9f2b
diff --git a/app-emacs/sml-mode/files/50sml-mode-gentoo.el b/app-emacs/sml-mode/files/50sml-mode-gentoo.el
deleted file mode 100644
index bae8d0c0694..00000000000
--- a/app-emacs/sml-mode/files/50sml-mode-gentoo.el
+++ /dev/null
@@ -1 +0,0 @@
-(load "@SITELISP@/sml-mode-startup" nil t)
diff --git a/app-emacs/sml-mode/sml-mode-5.0.ebuild b/app-emacs/sml-mode/sml-mode-5.0.ebuild
deleted file mode 100644
index 806fbd5fc45..00000000000
--- a/app-emacs/sml-mode/sml-mode-5.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit elisp
-
-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+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
-IUSE=""
-RESTRICT="test"
-
-S="${WORKDIR}/${MY_P}"
-SITEFILE="50${PN}-gentoo.el"
-ELISP_TEXINFO="${PN}.texi"
-DOCS="BUGS ChangeLog NEWS README TODO"
-
-src_compile() {
- default
-}
diff --git a/app-emacs/sml-mode/sml-mode-6.1-r1.ebuild b/app-emacs/sml-mode/sml-mode-6.1-r1.ebuild
deleted file mode 100644
index c2ebd53e492..00000000000
--- a/app-emacs/sml-mode/sml-mode-6.1-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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-${PV}.el"
-
-src_compile() {
- elisp-compile *.el || die
- elisp-make-autoload-file || die
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-07-01 12:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-01 12:11 [gentoo-commits] repo/gentoo:master commit in: app-emacs/sml-mode/files/, app-emacs/sml-mode/ Ulrich Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox