summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-05-14 23:53:49 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-05-15 00:20:54 +0200
commit23e677410065b95e36790418858e94cf40987ae1 (patch)
tree34bb0a50a7ea029c4854bdbf883fe96e2076a6e5
parentapp-emacs/apheleia: drop old 4.0 (diff)
downloadgentoo-23e677410065b95e36790418858e94cf40987ae1.tar.gz
gentoo-23e677410065b95e36790418858e94cf40987ae1.tar.bz2
gentoo-23e677410065b95e36790418858e94cf40987ae1.zip
app-emacs/circe: drop old 2.12
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r--app-emacs/circe/Manifest1
-rw-r--r--app-emacs/circe/circe-2.12.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/app-emacs/circe/Manifest b/app-emacs/circe/Manifest
index c0376abaf606..9511a01afaf6 100644
--- a/app-emacs/circe/Manifest
+++ b/app-emacs/circe/Manifest
@@ -1,2 +1 @@
-DIST circe-2.12.tar.gz 240409 BLAKE2B 92eeecc2afe56b8434446aba5c0a090b2c4aa761b401de7aee9cebd39d933cf8e94d4609a28b6cea1610367ca5b824a85add7b266b04a18c4ea0231d35bae7f0 SHA512 679ea9d4edcd681d579ed16657a2f5ac1637382572ce7510426ba7ec75c008baa45062e1085bf9a43ba9f8eec0f68c0c0d21b8f8e6b1763cfe1602433f502b60
DIST circe-2.13.tar.gz 241106 BLAKE2B a37b45874189bf85199ecad58c548b940fdc1d42332e58900e879bb809b4051434ebb7a17262eb6276fcb18e6fd55a23c7be55fe09e5bc3b75ea92c2a65c6805 SHA512 10e5998fa211d5a340eacec6bf88fc4ef749fbae01cfbd8cd01204a7d4533d0ecb4dda54543667c5caf4f44142fef737dcc2750d44525f69dfff18e245cae02e
diff --git a/app-emacs/circe/circe-2.12.ebuild b/app-emacs/circe/circe-2.12.ebuild
deleted file mode 100644
index 9ce30f9df2e2..000000000000
--- a/app-emacs/circe/circe-2.12.ebuild
+++ /dev/null
@@ -1,27 +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"
-SRC_URI="https://github.com/jorgenschaefer/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE="test"
-RESTRICT="test" # w/o lexical-binding needed by buttercup >=1.34, should be fixed in git.
-
-BDEPEND="test? ( app-emacs/buttercup )"
-
-DOCS=( AUTHORS.md CONTRIBUTING.md NEWS.md README.md images )
-ELISP_REMOVE="${PN}-pkg.el"
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
- buttercup -L . --traceback full tests || die
-}