public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/
Date: Mon, 18 Dec 2023 14:24:21 +0000 (UTC)	[thread overview]
Message-ID: <1702909439.d53573d89ac1f8f2e8a9c4d9371f3ee4bfb3504f.ulm@gentoo> (raw)

commit:     d53573d89ac1f8f2e8a9c4d9371f3ee4bfb3504f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 18 14:23:59 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 18 14:23:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53573d8

app-emacs/flim: drop 1.14.9_p20231214-r1

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

 app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild | 49 --------------------------
 1 file changed, 49 deletions(-)

diff --git a/app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild b/app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild
deleted file mode 100644
index 737cff71e9e4..000000000000
--- a/app-emacs/flim/flim-1.14.9_p20231214-r1.ebuild
+++ /dev/null
@@ -1,49 +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 basic features about message representation or encoding"
-HOMEPAGE="https://github.com/wanderlust/flim"
-GITHUB_SHA1="c430c5498ad5843f40ef758685e29431f167478c"
-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 ~ia64 ~ppc ~sparc ~x86"
-IUSE="oauth2 test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=app-emacs/apel-10.8
-	oauth2? ( app-emacs/oauth2 )"
-
-BDEPEND="${RDEPEND}
-	test? ( app-emacs/oauth2 )"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_prepare() {
-	elisp_src_prepare
-	sed -i "s/(module-installed-p 'oauth2)/$(usex oauth2 t nil)/" \
-		FLIM-ELS || die
-}
-
-src_compile() {
-	emake PACKAGE_LISPDIR="NONE"
-}
-
-src_test() {
-	emake PACKAGE_LISPDIR="NONE" check
-}
-
-src_install() {
-	emake PREFIX="${ED}/usr" \
-		LISPDIR="${ED}/${SITELISP}" \
-		PACKAGE_LISPDIR="NONE" \
-		VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" install
-	elisp-make-site-file "${SITEFILE}"
-	dodoc FLIM-API.en NEWS VERSION README* ChangeLog*
-}


             reply	other threads:[~2023-12-18 14:24 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-18 14:24 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-25 15:26 [gentoo-commits] repo/gentoo:master commit in: app-emacs/flim/ Maciej Barć
2024-01-24  6:14 Ulrich Müller
2024-01-23 16:40 Sam James
2024-01-19 12:41 Sam James
2024-01-19 12:41 Sam James
2024-01-19 12:38 Arthur Zamarin
2023-12-22  9:51 Ulrich Müller
2023-12-22  7:57 Arthur Zamarin
2023-12-18 14:24 Ulrich Müller
2023-12-17 23:55 Ionen Wolkens
2023-12-16  2:45 Sam James
2023-12-15 19:20 Arthur Zamarin
2023-12-15 18:58 Arthur Zamarin
2023-12-15 16:00 Ulrich Müller
2023-12-15  8:16 Ulrich Müller
2023-12-11 14:17 Ulrich Müller
2023-12-11 14:17 Ulrich Müller
2023-12-11  8:35 Ulrich Müller
2023-08-12  7:19 Ulrich Müller
2023-08-12  7:19 Ulrich Müller
2023-08-12  7:19 Ulrich Müller
2021-08-24 23:26 Sam James
2021-07-23 10:49 Ulrich Müller
2021-04-13 12:14 Ulrich Müller
2021-01-06 13:07 Fabian Groffen
2019-09-20  7:10 Sergei Trofimovich
2019-08-31 12:30 Sergei Trofimovich
2019-08-28 10:10 David Seifert
2019-07-31 13:12 Agostino Sarubbo
2019-07-31 13:11 Agostino Sarubbo
2019-07-31 11:03 Agostino Sarubbo
2019-07-31 10:59 Agostino Sarubbo
2019-07-31 10:54 Agostino Sarubbo
2019-06-24 10:39 Ulrich Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1702909439.d53573d89ac1f8f2e8a9c4d9371f3ee4bfb3504f.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox