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 71D3A1382C5 for ; Mon, 19 Apr 2021 19:50:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABE07E0837; Mon, 19 Apr 2021 19:50:44 +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 7DB44E0837 for ; Mon, 19 Apr 2021 19:50:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 27281335D4B for ; Mon, 19 Apr 2021 19:50:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B7EA634 for ; Mon, 19 Apr 2021 19:50:41 +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: <1618861823.376b2e2cdf52ca033043c0869f02729b11a58bc8.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/elisp-manual/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/elisp-manual/elisp-manual-18.1.03.ebuild app-doc/elisp-manual/elisp-manual-19.2.4.2.ebuild app-doc/elisp-manual/elisp-manual-20.2.5.ebuild app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild app-doc/elisp-manual/elisp-manual-22.2.9.ebuild app-doc/elisp-manual/elisp-manual-23.4.ebuild app-doc/elisp-manual/elisp-manual-24.5.ebuild app-doc/elisp-manual/elisp-manual-25.3.ebuild app-doc/elisp-manual/elisp-manual-26.3.ebuild X-VCS-Directories: app-doc/elisp-manual/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 376b2e2cdf52ca033043c0869f02729b11a58bc8 X-VCS-Branch: master Date: Mon, 19 Apr 2021 19:50:41 +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: d34e8a18-9827-414c-9ddc-142c2e7e2bba X-Archives-Hash: 9bb9a96f84058cff06c573813caedd67 commit: 376b2e2cdf52ca033043c0869f02729b11a58bc8 Author: Ulrich Müller gentoo org> AuthorDate: Mon Apr 19 19:50:05 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Apr 19 19:50:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=376b2e2c app-doc/elisp-manual: EAPI 7 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> app-doc/elisp-manual/elisp-manual-18.1.03.ebuild | 13 ++++++------- app-doc/elisp-manual/elisp-manual-19.2.4.2.ebuild | 13 ++++++------- app-doc/elisp-manual/elisp-manual-20.2.5.ebuild | 13 ++++++------- app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild | 13 ++++++------- app-doc/elisp-manual/elisp-manual-22.2.9.ebuild | 13 ++++--------- app-doc/elisp-manual/elisp-manual-23.4.ebuild | 13 ++++--------- app-doc/elisp-manual/elisp-manual-24.5.ebuild | 11 +++++------ app-doc/elisp-manual/elisp-manual-25.3.ebuild | 8 ++++---- app-doc/elisp-manual/elisp-manual-26.3.ebuild | 6 +++--- 9 files changed, 44 insertions(+), 59 deletions(-) diff --git a/app-doc/elisp-manual/elisp-manual-18.1.03.ebuild b/app-doc/elisp-manual/elisp-manual-18.1.03.ebuild index 77e0c00c309..8beb5471da6 100644 --- a/app-doc/elisp-manual/elisp-manual-18.1.03.ebuild +++ b/app-doc/elisp-manual/elisp-manual-18.1.03.ebuild @@ -1,28 +1,27 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -inherit epatch +EAPI=7 MY_P=${PN}-${PV/./-} DESCRIPTION="The GNU Emacs Lisp Reference Manual" HOMEPAGE="https://www.gnu.org/software/emacs/manual/" SRC_URI="ftp://ftp.gnu.org/old-gnu/emacs/${MY_P}.tar.gz https://dev.gentoo.org/~ulm/emacs/${P}-patches.tar.gz" +S="${WORKDIR}/elisp" LICENSE="Texinfo-manual" SLOT="18" KEYWORDS="amd64 ~ppc x86" -DEPEND="sys-apps/texinfo" +BDEPEND="sys-apps/texinfo" -S="${WORKDIR}/elisp" +PATCHES=("${WORKDIR}/patch") src_prepare() { + default # remove pre-made info files - rm -f elisp elisp-[0-9]* - EPATCH_SUFFIX=patch epatch + rm -f elisp elisp-[0-9]* || die } src_compile() { diff --git a/app-doc/elisp-manual/elisp-manual-19.2.4.2.ebuild b/app-doc/elisp-manual/elisp-manual-19.2.4.2.ebuild index 19b816d5d80..98109080f59 100644 --- a/app-doc/elisp-manual/elisp-manual-19.2.4.2.ebuild +++ b/app-doc/elisp-manual/elisp-manual-19.2.4.2.ebuild @@ -1,28 +1,27 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -inherit epatch +EAPI=7 MY_P=${PN}-${PV/./-} DESCRIPTION="The GNU Emacs Lisp Reference Manual" HOMEPAGE="https://www.gnu.org/software/emacs/manual/" SRC_URI="ftp://ftp.gnu.org/old-gnu/emacs/${MY_P}.tar.gz https://dev.gentoo.org/~ulm/emacs/${P}-patches.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="Texinfo-manual" SLOT="19" KEYWORDS="~amd64 ~ppc ~x86" -DEPEND="sys-apps/texinfo" +BDEPEND="sys-apps/texinfo" -S="${WORKDIR}/${MY_P}" +PATCHES=("${WORKDIR}/patch") src_prepare() { + default # remove pre-made info files - rm -f elisp elisp-[0-9]* - EPATCH_SUFFIX=patch epatch + rm -f elisp elisp-[0-9]* || die } src_compile() { diff --git a/app-doc/elisp-manual/elisp-manual-20.2.5.ebuild b/app-doc/elisp-manual/elisp-manual-20.2.5.ebuild index 8d1b60f332b..81c347525e3 100644 --- a/app-doc/elisp-manual/elisp-manual-20.2.5.ebuild +++ b/app-doc/elisp-manual/elisp-manual-20.2.5.ebuild @@ -1,28 +1,27 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -inherit epatch +EAPI=7 MY_P=${PN}-${PV/./-} DESCRIPTION="The GNU Emacs Lisp Reference Manual" HOMEPAGE="https://www.gnu.org/software/emacs/manual/" SRC_URI="ftp://ftp.gnu.org/old-gnu/emacs/${MY_P}.tar.gz https://dev.gentoo.org/~ulm/emacs/${P}-patches.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="Texinfo-manual" SLOT="20" KEYWORDS="~amd64 ~ppc ~x86" -DEPEND="sys-apps/texinfo" +BDEPEND="sys-apps/texinfo" -S="${WORKDIR}/${MY_P}" +PATCHES=("${WORKDIR}/patch") src_prepare() { + default # remove pre-made info files - rm -f elisp elisp-[0-9]* - EPATCH_SUFFIX=patch epatch + rm -f elisp elisp-[0-9]* || die } src_compile() { diff --git a/app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild b/app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild index 094626bf153..e79aed0390f 100644 --- a/app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild +++ b/app-doc/elisp-manual/elisp-manual-21.2.8-r2.ebuild @@ -1,28 +1,27 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -inherit epatch +EAPI=7 MY_P=${PN}-${PV/./-} DESCRIPTION="The GNU Emacs Lisp Reference Manual" HOMEPAGE="https://www.gnu.org/software/emacs/manual/" SRC_URI="mirror://gnu/emacs/${MY_P}.tar.gz https://dev.gentoo.org/~ulm/emacs/${P}-patches.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="FDL-1.1+" SLOT="21" KEYWORDS="amd64 ppc x86" -DEPEND="sys-apps/texinfo" +BDEPEND="sys-apps/texinfo" -S="${WORKDIR}/${MY_P}" +PATCHES=("${WORKDIR}/patch") src_prepare() { + default # remove pre-made info files - rm -f elisp elisp-[0-9]* - EPATCH_SUFFIX=patch epatch + rm -f elisp elisp-[0-9]* || die } src_compile() { diff --git a/app-doc/elisp-manual/elisp-manual-22.2.9.ebuild b/app-doc/elisp-manual/elisp-manual-22.2.9.ebuild index 821eef0693d..31ea922291c 100644 --- a/app-doc/elisp-manual/elisp-manual-22.2.9.ebuild +++ b/app-doc/elisp-manual/elisp-manual-22.2.9.ebuild @@ -1,27 +1,22 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -inherit epatch +EAPI=7 MY_P=${PN}-${PV/./-} DESCRIPTION="The GNU Emacs Lisp Reference Manual" HOMEPAGE="https://www.gnu.org/software/emacs/manual/" # Taken from lispref/ of emacs-22.3 SRC_URI="https://dev.gentoo.org/~ulm/emacs/${MY_P}.tar.bz2" +S="${WORKDIR}/${MY_P}" LICENSE="FDL-1.2+" SLOT="22" KEYWORDS="amd64 ppc x86" -DEPEND="sys-apps/texinfo" +BDEPEND="sys-apps/texinfo" -S="${WORKDIR}/${MY_P}" - -src_prepare() { - epatch "${FILESDIR}/${P}-direntry.patch" -} +PATCHES=("${FILESDIR}/${P}-direntry.patch") src_compile() { makeinfo elisp.texi || die diff --git a/app-doc/elisp-manual/elisp-manual-23.4.ebuild b/app-doc/elisp-manual/elisp-manual-23.4.ebuild index ba51ff8feb2..312276729e8 100644 --- a/app-doc/elisp-manual/elisp-manual-23.4.ebuild +++ b/app-doc/elisp-manual/elisp-manual-23.4.ebuild @@ -1,27 +1,22 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -inherit epatch +EAPI=7 DESCRIPTION="The GNU Emacs Lisp Reference Manual" HOMEPAGE="https://www.gnu.org/software/emacs/manual/" # taken from doc/lispref/ of emacs-${PV} SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz https://dev.gentoo.org/~ulm/emacs/${P}-patches-1.tar.xz" +S="${WORKDIR}/lispref" LICENSE="FDL-1.3+" SLOT="23" KEYWORDS="amd64 ppc x86" -DEPEND="sys-apps/texinfo" +BDEPEND="sys-apps/texinfo" -S="${WORKDIR}/lispref" - -src_prepare() { - EPATCH_SUFFIX=patch epatch -} +PATCHES=("${WORKDIR}/patch") src_compile() { makeinfo elisp.texi || die diff --git a/app-doc/elisp-manual/elisp-manual-24.5.ebuild b/app-doc/elisp-manual/elisp-manual-24.5.ebuild index 0031da0c4b4..2808e22eab8 100644 --- a/app-doc/elisp-manual/elisp-manual-24.5.ebuild +++ b/app-doc/elisp-manual/elisp-manual-24.5.ebuild @@ -1,25 +1,24 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -inherit epatch +EAPI=7 DESCRIPTION="The GNU Emacs Lisp Reference Manual" HOMEPAGE="https://www.gnu.org/software/emacs/manual/" # taken from doc/lispref/ of emacs-${PV} SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz" +S="${WORKDIR}/lispref" LICENSE="FDL-1.3+" SLOT="24" KEYWORDS="amd64 ppc x86" -DEPEND="sys-apps/texinfo" +BDEPEND="sys-apps/texinfo" -S="${WORKDIR}/lispref" +PATCHES=("${FILESDIR}/${P}-direntry.patch") src_prepare() { - epatch "${FILESDIR}/${P}-direntry.patch" + default echo "@set EMACSVER ${PV}" >emacsver.texi || die } diff --git a/app-doc/elisp-manual/elisp-manual-25.3.ebuild b/app-doc/elisp-manual/elisp-manual-25.3.ebuild index e0f8252ce50..5a4e275b704 100644 --- a/app-doc/elisp-manual/elisp-manual-25.3.ebuild +++ b/app-doc/elisp-manual/elisp-manual-25.3.ebuild @@ -1,20 +1,20 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="The GNU Emacs Lisp Reference Manual" HOMEPAGE="https://www.gnu.org/software/emacs/manual/" # taken from doc/lispref/ (and some files from doc/emacs/) of emacs-${PV} SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz" +S="${WORKDIR}/lispref" LICENSE="FDL-1.3+" SLOT="25" KEYWORDS="amd64 ppc x86" -DEPEND="sys-apps/texinfo" +BDEPEND="sys-apps/texinfo" -S="${WORKDIR}/lispref" PATCHES=("${FILESDIR}/${P}-direntry.patch") src_compile() { diff --git a/app-doc/elisp-manual/elisp-manual-26.3.ebuild b/app-doc/elisp-manual/elisp-manual-26.3.ebuild index 3b811adc9a0..75052846989 100644 --- a/app-doc/elisp-manual/elisp-manual-26.3.ebuild +++ b/app-doc/elisp-manual/elisp-manual-26.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,14 +7,14 @@ DESCRIPTION="The GNU Emacs Lisp Reference Manual" HOMEPAGE="https://www.gnu.org/software/emacs/manual/" # taken from doc/lispref/ (and some files from doc/emacs/) of emacs-${PV} SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz" +S="${WORKDIR}/lispref" LICENSE="FDL-1.3+" SLOT="26" KEYWORDS="amd64 ppc x86" -DEPEND="sys-apps/texinfo" +BDEPEND="sys-apps/texinfo" -S="${WORKDIR}/lispref" PATCHES=("${FILESDIR}/${P}-direntry.patch") src_compile() {