diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-02-26 00:48:55 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-02-26 01:54:08 +0100 |
commit | 219a5f42b234816945f26a867b711050229b70dd (patch) | |
tree | 4d361019b95a33a03bebae48007133994423181a /app-emacs/circe | |
parent | x11-themes/fluent-icon-theme: bump to 2024.02.25 (diff) | |
download | gentoo-219a5f42b234816945f26a867b711050229b70dd.tar.gz gentoo-219a5f42b234816945f26a867b711050229b70dd.tar.bz2 gentoo-219a5f42b234816945f26a867b711050229b70dd.zip |
app-emacs/circe: bump to 2.13
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/circe')
-rw-r--r-- | app-emacs/circe/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/circe/circe-2.13.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/app-emacs/circe/Manifest b/app-emacs/circe/Manifest index 9cd0f153af0d..c0376abaf606 100644 --- a/app-emacs/circe/Manifest +++ b/app-emacs/circe/Manifest @@ -1 +1,2 @@ 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.13.ebuild b/app-emacs/circe/circe-2.13.ebuild new file mode 100644 index 000000000000..89fc053a1065 --- /dev/null +++ b/app-emacs/circe/circe-2.13.ebuild @@ -0,0 +1,30 @@ +# 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" + +DOCS=( AUTHORS.md CONTRIBUTING.md NEWS.md README.md ) +ELISP_REMOVE="${PN}-pkg.el" +SITEFILE="50${PN}-gentoo.el" + +elisp-enable-tests buttercup . |