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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 203E915ACFB for ; Thu, 20 Apr 2023 00:03:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0947E08A8; Thu, 20 Apr 2023 00:03:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 888FCE08A8 for ; Thu, 20 Apr 2023 00:03:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B6123410BB for ; Thu, 20 Apr 2023 00:03:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0A1DA4B for ; Thu, 20 Apr 2023 00:03:01 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1681948979.7d78c94d5c6b55abf4ea3ab852ef1556c456b644.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/projectile/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/projectile/projectile-2.5.0-r1.ebuild app-emacs/projectile/projectile-2.6.0.ebuild app-emacs/projectile/projectile-2.7.0.ebuild X-VCS-Directories: app-emacs/projectile/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 7d78c94d5c6b55abf4ea3ab852ef1556c456b644 X-VCS-Branch: master Date: Thu, 20 Apr 2023 00:03:01 +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: 75e669e1-531c-45b9-883d-00a7dc96ca98 X-Archives-Hash: a87de75ee4603aaccff602c59184b96d commit: 7d78c94d5c6b55abf4ea3ab852ef1556c456b644 Author: Maciej Barć gentoo org> AuthorDate: Wed Apr 19 23:50:24 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu Apr 20 00:02:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d78c94d app-emacs/projectile: use elisp-enable-tests Signed-off-by: Maciej Barć gentoo.org> app-emacs/projectile/projectile-2.5.0-r1.ebuild | 15 ++++++++------- app-emacs/projectile/projectile-2.6.0.ebuild | 15 ++++++++------- app-emacs/projectile/projectile-2.7.0.ebuild | 15 ++++++++------- 3 files changed, 24 insertions(+), 21 deletions(-) diff --git a/app-emacs/projectile/projectile-2.5.0-r1.ebuild b/app-emacs/projectile/projectile-2.5.0-r1.ebuild index f1dc336ca4fe..4e3c229ebadd 100644 --- a/app-emacs/projectile/projectile-2.5.0-r1.ebuild +++ b/app-emacs/projectile/projectile-2.5.0-r1.ebuild @@ -6,21 +6,22 @@ EAPI=8 inherit elisp DESCRIPTION="A project interaction library for Emacs" -HOMEPAGE="https://docs.projectile.mx" -SRC_URI="https://github.com/bbatsov/projectile/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://docs.projectile.mx + https://github.com/bbatsov/projectile/" +SRC_URI="https://github.com/bbatsov/projectile/archive/v${PV}.tar.gz + -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND="test? ( app-emacs/buttercup )" SITEFILE="50projectile-gentoo.el" DOCS=( README.md ) +elisp-enable-tests buttercup test + src_test() { mkdir -p "${HOME}"/.emacs.d || die # For "projectile--directory-p" test - buttercup -L . -L test --traceback full || die + + elisp-test } diff --git a/app-emacs/projectile/projectile-2.6.0.ebuild b/app-emacs/projectile/projectile-2.6.0.ebuild index f1dc336ca4fe..4e3c229ebadd 100644 --- a/app-emacs/projectile/projectile-2.6.0.ebuild +++ b/app-emacs/projectile/projectile-2.6.0.ebuild @@ -6,21 +6,22 @@ EAPI=8 inherit elisp DESCRIPTION="A project interaction library for Emacs" -HOMEPAGE="https://docs.projectile.mx" -SRC_URI="https://github.com/bbatsov/projectile/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://docs.projectile.mx + https://github.com/bbatsov/projectile/" +SRC_URI="https://github.com/bbatsov/projectile/archive/v${PV}.tar.gz + -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND="test? ( app-emacs/buttercup )" SITEFILE="50projectile-gentoo.el" DOCS=( README.md ) +elisp-enable-tests buttercup test + src_test() { mkdir -p "${HOME}"/.emacs.d || die # For "projectile--directory-p" test - buttercup -L . -L test --traceback full || die + + elisp-test } diff --git a/app-emacs/projectile/projectile-2.7.0.ebuild b/app-emacs/projectile/projectile-2.7.0.ebuild index f1dc336ca4fe..4e3c229ebadd 100644 --- a/app-emacs/projectile/projectile-2.7.0.ebuild +++ b/app-emacs/projectile/projectile-2.7.0.ebuild @@ -6,21 +6,22 @@ EAPI=8 inherit elisp DESCRIPTION="A project interaction library for Emacs" -HOMEPAGE="https://docs.projectile.mx" -SRC_URI="https://github.com/bbatsov/projectile/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://docs.projectile.mx + https://github.com/bbatsov/projectile/" +SRC_URI="https://github.com/bbatsov/projectile/archive/v${PV}.tar.gz + -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND="test? ( app-emacs/buttercup )" SITEFILE="50projectile-gentoo.el" DOCS=( README.md ) +elisp-enable-tests buttercup test + src_test() { mkdir -p "${HOME}"/.emacs.d || die # For "projectile--directory-p" test - buttercup -L . -L test --traceback full || die + + elisp-test }