public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/semi/, app-emacs/semi/files/
@ 2025-03-03 14:06 Ulrich Müller
  0 siblings, 0 replies; only message in thread
From: Ulrich Müller @ 2025-03-03 14:06 UTC (permalink / raw
  To: gentoo-commits

commit:     055c56dc39b20028bd62c802d356f976a279458b
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  3 14:06:18 2025 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Mar  3 14:06:18 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=055c56dc

app-emacs/semi: drop 1.14.7_p20230811

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/semi/files/65semi-gentoo.el       |  2 --
 app-emacs/semi/semi-1.14.7_p20230811.ebuild | 51 -----------------------------
 2 files changed, 53 deletions(-)

diff --git a/app-emacs/semi/files/65semi-gentoo.el b/app-emacs/semi/files/65semi-gentoo.el
deleted file mode 100644
index 785c9bdd420d..000000000000
--- a/app-emacs/semi/files/65semi-gentoo.el
+++ /dev/null
@@ -1,2 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(require 'mime-setup)

diff --git a/app-emacs/semi/semi-1.14.7_p20230811.ebuild b/app-emacs/semi/semi-1.14.7_p20230811.ebuild
deleted file mode 100644
index 921621995fbb..000000000000
--- a/app-emacs/semi/semi-1.14.7_p20230811.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="A library to provide MIME feature for GNU Emacs"
-HOMEPAGE="https://github.com/wanderlust/semi"
-GITHUB_SHA1="9370961ddcee78e389e44b36d38c3d93f8351619"
-SRC_URI="https://github.com/wanderlust/${PN}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="l10n_ja"
-
-RDEPEND=">=app-emacs/apel-10.8
-	>=app-emacs/flim-1.14.9"
-DEPEND="${RDEPEND}"
-
-PATCHES="${FILESDIR}/${PN}-1.14.7_p20210613-info.patch"
-SITEFILE="65${PN}-gentoo.el"
-
-src_compile() {
-	emake PACKAGE_LISPDIR="NONE"
-
-	${EMACS} ${EMACSFLAGS} --visit mime-ui-en.texi -f texi2info || die
-	if use l10n_ja; then
-		${EMACS} ${EMACSFLAGS} \
-			--eval "(set-default-coding-systems 'iso-2022-jp)" \
-			--visit mime-ui-ja.texi -f texi2info || die
-	fi
-}
-
-src_install() {
-	emake PREFIX="${ED}/usr" \
-		LISPDIR="${ED}/${SITELISP}" \
-		PACKAGE_LISPDIR="NONE" \
-		VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" install
-
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-
-	doinfo mime-ui-en.info
-	dodoc README.en ChangeLog* VERSION NEWS
-	if use l10n_ja; then
-		doinfo mime-ui-ja.info
-		dodoc README.ja
-	fi
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-03-03 14:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-03 14:06 [gentoo-commits] repo/gentoo:master commit in: app-emacs/semi/, app-emacs/semi/files/ 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