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/wanderlust/
Date: Fri, 23 Jul 2021 10:49:31 +0000 (UTC)	[thread overview]
Message-ID: <1627037366.ef0424967eca2a63c868d20665a7d4c9947929bb.ulm@gentoo> (raw)

commit:     ef0424967eca2a63c868d20665a7d4c9947929bb
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 23 10:48:16 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 23 10:49:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef042496

app-emacs/wanderlust: Remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/wanderlust/Manifest                      |  1 -
 .../wanderlust/wanderlust-2.15.9_p20180814.ebuild  | 57 ----------------------
 2 files changed, 58 deletions(-)

diff --git a/app-emacs/wanderlust/Manifest b/app-emacs/wanderlust/Manifest
index b9592a5e2cd..b1e38580dd2 100644
--- a/app-emacs/wanderlust/Manifest
+++ b/app-emacs/wanderlust/Manifest
@@ -1,3 +1,2 @@
-DIST wanderlust-2.15.9_p20180814-git.tar.gz 1207081 BLAKE2B f52259b15040287f0afcf0768b3ae3237415b44960e205e48d4b658f3e522db993b87bac59ee3d9ba94ad26c830beaf26d9cf5f03830fcb1f01e4f5567ee4804 SHA512 67616cc1d35b25af1b56fa800943ad0c7e7d9b35f99c48fac96b77a68a3eb8db02b36525021ff8bba4d181530505face2a58725b7dff33b1bfe4f48a4314949f
 DIST wanderlust-2.15.9_p20190623.tar.gz 1210223 BLAKE2B 50416e27062a9837c18660ea9a1a7a3ff596639763965b09925ca16c89617d159b9aa5d08d93d8b5c6a504da2b048df8b4c489d4fc11ff6abc530f741a5d8fb9 SHA512 369f8d93af4d0d98f66c4c8500aa3535e3f772d8a1920c1bdc434f0d9078555f40d0d4278937d97bccf0f417cf1b1fdeb6c8a891d42b2675fb7737382425c91d
 DIST wanderlust-2.15.9_p20210629.tar.gz 1177023 BLAKE2B 7af02d833bfa7a2fdb52adc6ee25e43cb5b9ebd79c32685af033e3f24d3f1f9c758940b9fe7ade1295691a774e0530569b0f0567aae57a54d7da30e70f57eb93 SHA512 60cd4be070fde9f24f42ddc6ca5d5d290eddf2c0fa9b584eace50bc569f2ed3003be8f75f26a5ef8cffad4ed059118163bb4ea289d95ee58b445c4d8f34b487e

diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild b/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild
deleted file mode 100644
index 033aa93c445..00000000000
--- a/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit elisp
-
-DESCRIPTION="Yet Another Message Interface on Emacsen"
-HOMEPAGE="https://github.com/wanderlust/wanderlust"
-GITHUB_SHA1="395826e99b84051396d503392f52462b6cb683a5"
-SRC_URI="https://github.com/wanderlust/wanderlust/archive/${GITHUB_SHA1}.tar.gz -> ${P}-git.tar.gz"
-S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="bbdb ssl l10n_ja"
-
-DEPEND=">=app-emacs/apel-10.6
-	app-emacs/flim
-	app-emacs/semi
-	bbdb? ( app-emacs/bbdb )"
-RDEPEND="${DEPEND}"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_configure() {
-	local lang="\"en\""
-	use l10n_ja && lang="${lang} \"ja\""
-	echo "(setq wl-info-lang '(${lang}) wl-news-lang '(${lang}))" >>WL-CFG
-	use ssl && echo "(setq wl-install-utils t)" >>WL-CFG
-}
-
-src_compile() {
-	emake
-	emake info
-}
-
-src_install() {
-	emake \
-		LISPDIR="${ED}${SITELISP}" \
-		PIXMAPDIR="${ED}${SITEETC}/wl/icons" \
-		install
-
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}" wl
-
-	insinto "${SITEETC}/wl/samples/en"
-	doins samples/en/*
-	doinfo doc/wl*.info
-	dodoc BUGS ChangeLog INSTALL NEWS README.md
-
-	if use l10n_ja; then
-		insinto "${SITEETC}/wl/samples/ja"
-		doins samples/ja/*
-		dodoc BUGS.ja INSTALL.ja NEWS.ja README.ja
-	fi
-}


             reply	other threads:[~2021-07-23 10:49 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-23 10:49 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-25 15:20 [gentoo-commits] repo/gentoo:master commit in: app-emacs/wanderlust/ Maciej Barć
2024-04-25 15:20 Maciej Barć
2023-08-12  7:19 Ulrich Müller
2023-08-12  7:19 Ulrich Müller
2022-04-17  8:35 Sam James
2021-07-23 13:07 Ulrich Müller
2021-07-23 10:49 Ulrich Müller
2021-01-06 13:07 Fabian Groffen
2019-10-12  4:30 Matt Turner
2019-09-20  7:10 Sergei Trofimovich
2019-08-31 12:30 Sergei Trofimovich
2019-08-28 10:10 David Seifert
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
2018-08-14 23:06 Erik Mackdanz
2018-02-20 20:55 Patrice Clement
2016-06-22 17:38 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=1627037366.ef0424967eca2a63c868d20665a7d4c9947929bb.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