From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6094A138334 for ; Sat, 21 Dec 2019 11:41:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88BAEE088F; Sat, 21 Dec 2019 11:41:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B0A8E088F for ; Sat, 21 Dec 2019 11:41:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3975D34D7C3 for ; Sat, 21 Dec 2019 11:41:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F47F973 for ; Sat, 21 Dec 2019 11:41:00 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1576927609.f75f885e0e988698ba82e4d427a08f96d383979a.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/singular/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/singular/singular-4.0.2.ebuild sci-mathematics/singular/singular-4.0.3.ebuild X-VCS-Directories: sci-mathematics/singular/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f75f885e0e988698ba82e4d427a08f96d383979a X-VCS-Branch: master Date: Sat, 21 Dec 2019 11:41:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 52782293-bbd0-477c-b2bc-56d1b836e182 X-Archives-Hash: 6a7b1bb956e1d6fab00d6ef0eb01bae1 commit: f75f885e0e988698ba82e4d427a08f96d383979a Author: Ulrich Müller gentoo org> AuthorDate: Sat Dec 21 11:16:33 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Dec 21 11:26:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f75f885e sci-mathematics/singular: Remove call to deprecated elisp-need-emacs. Emacs 23 is the minimum version supported by the eclass. So, there is no need to check for >=22 and the call can simply be dropped. Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Ulrich Müller gentoo.org> sci-mathematics/singular/singular-4.0.2.ebuild | 5 ----- sci-mathematics/singular/singular-4.0.3.ebuild | 5 ----- 2 files changed, 10 deletions(-) diff --git a/sci-mathematics/singular/singular-4.0.2.ebuild b/sci-mathematics/singular/singular-4.0.2.ebuild index f692e644c82..3d17c7c868c 100644 --- a/sci-mathematics/singular/singular-4.0.2.ebuild +++ b/sci-mathematics/singular/singular-4.0.2.ebuild @@ -43,11 +43,6 @@ pkg_setup() { append-flags "-fPIC" append-ldflags "-fPIC" tc-export AR CC CPP CXX - - # Ensure that >=emacs-22 is selected - if use emacs; then - elisp-need-emacs 22 || die "Emacs version too low" - fi } src_prepare () { diff --git a/sci-mathematics/singular/singular-4.0.3.ebuild b/sci-mathematics/singular/singular-4.0.3.ebuild index 8fd5f63c223..ffb1e2a5d95 100644 --- a/sci-mathematics/singular/singular-4.0.3.ebuild +++ b/sci-mathematics/singular/singular-4.0.3.ebuild @@ -42,11 +42,6 @@ pkg_setup() { append-flags "-fPIC" append-ldflags "-fPIC" tc-export AR CC CPP CXX - - # Ensure that >=emacs-22 is selected - if use emacs; then - elisp-need-emacs 22 || die "Emacs version too low" - fi } src_prepare () {