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/mew/
Date: Fri, 23 Aug 2019 12:30:04 +0000 (UTC)	[thread overview]
Message-ID: <1566563387.6caf81d3313b15ab3dc887ba20507ee811e3f1d2.ulm@gentoo> (raw)

commit:     6caf81d3313b15ab3dc887ba20507ee811e3f1d2
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 23 11:57:27 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 23 12:29:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6caf81d3

app-emacs/mew: Remove old.

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

 app-emacs/mew/Manifest       |  1 -
 app-emacs/mew/mew-6.5.ebuild | 47 --------------------------------------------
 2 files changed, 48 deletions(-)

diff --git a/app-emacs/mew/Manifest b/app-emacs/mew/Manifest
index 73cf54a6efe..b95ff24513d 100644
--- a/app-emacs/mew/Manifest
+++ b/app-emacs/mew/Manifest
@@ -1,3 +1,2 @@
-DIST mew-6.5.tar.gz 1026322 BLAKE2B 16fa19eb19ce4b49ea1b33db13c46a8b6c79cdc602e6bc295d1ab3310db772dc2a73c6c218ce6358baba943e6572a803103e8bc56d3eaeb67dd29666e482f3f5 SHA512 481c55915e57889e7b8c6d27c3d21802b624a886eb8f6541c2997db4d5328e16c3b5a8c9a9ce09637b1779b8c52af86a8662ee30dfbab0a411a586d4679ac69e
 DIST mew-6.6.tar.gz 989941 BLAKE2B 7ec4e502865e13108cc51dc74ffa246dd1084ae369979c05b9c1fc326c01f716766b7aa445ac489fe7c34cbc610e130738fa7578ab338d496970f6e59847c295 SHA512 55a91faaba09a28dfe7da33d34a8c3638540db71a3572ce01646976fbdd0ac3e327475ccc2908876ee6f516c6ee60082a27413b210c4591ef12cc4f878a07472
 DIST mew-6.8.tar.gz 991876 BLAKE2B 6055c30ac7f9286a2792fd3fb5fc53412ffed091594e64fa802cd4346fbd7ce542a930e3b38552dc39fa728898a68e1d71f0626f38ef8f815515af95fae0197d SHA512 e4713a4485fa31a95820100465728998b6d5b4822e2a522293754ab269fbfa625756417a55eccf400994a4cc6f6230b8142463ffe416917f321da5053abdb98c

diff --git a/app-emacs/mew/mew-6.5.ebuild b/app-emacs/mew/mew-6.5.ebuild
deleted file mode 100644
index 40d3f282f44..00000000000
--- a/app-emacs/mew/mew-6.5.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit elisp
-
-DESCRIPTION="Great MIME mail reader for Emacs/XEmacs"
-HOMEPAGE="http://www.mew.org/"
-SRC_URI="http://www.mew.org/Release/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="ssl l10n_ja"
-RESTRICT="test"
-
-DEPEND="sys-libs/zlib"
-RDEPEND="${DEPEND}
-	ssl? ( net-misc/stunnel )"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_configure() {
-	econf \
-		--with-elispdir="${SITELISP}/${PN}" \
-		--with-etcdir="${SITEETC}/${PN}"
-}
-
-src_compile() {
-	emake
-	use l10n_ja && emake jinfo
-	rm -f info/*~				# remove spurious backup files
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	use l10n_ja && emake DESTDIR="${D}" install-jinfo
-
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
-	dodoc 00api 00changes* 00diff 00readme dot.*
-}
-
-pkg_postinst() {
-	elisp-site-regen
-	elog "Please refer to /usr/share/doc/${PF} for sample configuration files."
-}


             reply	other threads:[~2019-08-23 12:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-23 12:30 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-07 22:21 [gentoo-commits] repo/gentoo:master commit in: app-emacs/mew/ Maciej Barć
2023-03-26  2:34 Sam James
2023-03-26  1:03 Sam James
2023-03-26  1:03 Sam James
2023-02-08 18:35 Ulrich Müller
2019-10-15  7:35 Ulrich Müller
2019-09-26  6:49 Sergei Trofimovich
2019-08-23 12:30 Ulrich Müller
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=1566563387.6caf81d3313b15ab3dc887ba20507ee811e3f1d2.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