summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-10-14 10:51:48 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-10-14 11:56:50 +0200
commit6b42075d233e4819fb460ba61781cc10a461c303 (patch)
tree90d57d907294b3053a42096ac18f8fc1d91649a4 /app-emacs/projectile
parentapp-emacs/projectile: drop old 2.5.0-r1 (diff)
downloadgentoo-6b42075d233e4819fb460ba61781cc10a461c303.tar.gz
gentoo-6b42075d233e4819fb460ba61781cc10a461c303.tar.bz2
gentoo-6b42075d233e4819fb460ba61781cc10a461c303.zip
app-emacs/projectile: drop old 2.6.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/projectile')
-rw-r--r--app-emacs/projectile/Manifest1
-rw-r--r--app-emacs/projectile/projectile-2.6.0.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/app-emacs/projectile/Manifest b/app-emacs/projectile/Manifest
index ebb8bb8305c3..04d841cfccb1 100644
--- a/app-emacs/projectile/Manifest
+++ b/app-emacs/projectile/Manifest
@@ -1,2 +1 @@
-DIST projectile-2.6.0.tar.gz 1922935 BLAKE2B 40e5fc3d152b4fa244bb42cd606d4d6c92e9a212a3d58b7e5e3b333a6b9eb07ca05d61c18aa1859ba5e99872c92f2b8ae11442e5ebda22b057cb49017b1deff8 SHA512 28898d8e48c1dc90ada0f3648e8ef96bff96a3873af61d7f454160fa9fb5f2e8b08c7e0ab99953170b252a29bc04ccb3c10803807b0b96cfcead167855642fed
DIST projectile-2.7.0.tar.gz 1926804 BLAKE2B 2dc52883335dda0bb6b5d9bf606cf56ee38730c2d14ddca5a8e5fac1169b9ae91f8c264d7f1d0a311bea21690ad292194f9b2bdab7d4dc2b03abafda706a67bc SHA512 bdd4484b916f59434f33bfc6eb663bb75ba6196b632894f27a46f90ea75f0268eb847142c9ff97386ca9ae6a2dc2fa6f26b20b34e2f3d00c80674784a32d10f8
diff --git a/app-emacs/projectile/projectile-2.6.0.ebuild b/app-emacs/projectile/projectile-2.6.0.ebuild
deleted file mode 100644
index 4e3c229ebadd..000000000000
--- a/app-emacs/projectile/projectile-2.6.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="A project interaction library for Emacs"
-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"
-
-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
-
- elisp-test
-}