mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
app-emacs/circe: bump to 2.14
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST circe-2.13.tar.gz 241106 BLAKE2B a37b45874189bf85199ecad58c548b940fdc1d42332e58900e879bb809b4051434ebb7a17262eb6276fcb18e6fd55a23c7be55fe09e5bc3b75ea92c2a65c6805 SHA512 10e5998fa211d5a340eacec6bf88fc4ef749fbae01cfbd8cd01204a7d4533d0ecb4dda54543667c5caf4f44142fef737dcc2750d44525f69dfff18e245cae02e
|
||||
DIST circe-2.14.gh.tar.gz 241907 BLAKE2B 722388b5e9464dffff8c7497b93303d1d980bf0fe244182621d455a313ec37cb312c30fa7e83d45d9ba643a47173ea10d182144ee35418c73bc0cc67f36babc6 SHA512 1711fb4a9ac1f3078b3ccab82daefcf55dac84806f554b20f07fe49d2066b8c3802f582f56feb709c112519f448f4394157edc9d031fdd29412b75f66b1eb8e0
|
||||
|
||||
29
app-emacs/circe/circe-2.14.ebuild
Normal file
29
app-emacs/circe/circe-2.14.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2025 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}"
|
||||
else
|
||||
SRC_URI="https://github.com/jorgenschaefer/${PN}/archive/v${PV}.tar.gz
|
||||
-> ${P}.gh.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
|
||||
DOCS=( AUTHORS.md CONTRIBUTING.md NEWS.md README.md )
|
||||
SITEFILE="50${PN}-gentoo.el"
|
||||
|
||||
elisp-enable-tests buttercup "${S}"
|
||||
Reference in New Issue
Block a user