diff --git a/app-emacs/circe/Manifest b/app-emacs/circe/Manifest index a1da9ca6fd446..7fef37483ed6d 100644 --- a/app-emacs/circe/Manifest +++ b/app-emacs/circe/Manifest @@ -1,2 +1 @@ -DIST circe-2.13.tar.gz 241106 BLAKE2B a37b45874189bf85199ecad58c548b940fdc1d42332e58900e879bb809b4051434ebb7a17262eb6276fcb18e6fd55a23c7be55fe09e5bc3b75ea92c2a65c6805 SHA512 10e5998fa211d5a340eacec6bf88fc4ef749fbae01cfbd8cd01204a7d4533d0ecb4dda54543667c5caf4f44142fef737dcc2750d44525f69dfff18e245cae02e DIST circe-2.14.gh.tar.gz 241907 BLAKE2B 722388b5e9464dffff8c7497b93303d1d980bf0fe244182621d455a313ec37cb312c30fa7e83d45d9ba643a47173ea10d182144ee35418c73bc0cc67f36babc6 SHA512 1711fb4a9ac1f3078b3ccab82daefcf55dac84806f554b20f07fe49d2066b8c3802f582f56feb709c112519f448f4394157edc9d031fdd29412b75f66b1eb8e0 diff --git a/app-emacs/circe/circe-2.13.ebuild b/app-emacs/circe/circe-2.13.ebuild deleted file mode 100644 index 14a3e18d4ff82..0000000000000 --- a/app-emacs/circe/circe-2.13.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp - -DESCRIPTION="A great IRC client for Emacs" -HOMEPAGE="https://github.com/jorgenschaefer/circe - https://www.emacswiki.org/emacs/Circe" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/jorgenschaefer/${PN}.git" -else - SRC_URI="https://github.com/jorgenschaefer/${PN}/archive/v${PV}.tar.gz - -> ${P}.tar.gz" - - KEYWORDS="amd64 ppc sparc x86" -fi - -LICENSE="GPL-3+" -SLOT="0" -RESTRICT="test" # w/o lexical-binding needed by buttercup >=1.34, should be fixed in git. - -DOCS=( AUTHORS.md CONTRIBUTING.md NEWS.md README.md ) -ELISP_REMOVE="${PN}-pkg.el" -SITEFILE="50${PN}-gentoo.el" - -elisp-enable-tests buttercup .