mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
app-emacs/elfeed: bump to 4.0.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST elfeed-3.4.2.tar.gz 67368 BLAKE2B 4b7d758b391908f6cb0dd786acb90011517dc625c77e48322b8b7dff45812d4713e7778135df6b5c9798669d3089868f525c98607d500e6608f49db0cd606a2d SHA512 b13faa12feaab382d1245e54029b503eb348ded0883208b86bd4a23d47ca5addadf97956e3e816c627f37de1421892e04cc7cfbc4417c853fb093c14107d1b1d
|
||||
DIST elfeed-4.0.0.gh.tar.gz 89477 BLAKE2B 71c7a2b8d3f3d3f8bee226ddfab52b2f56c364a0de50681b2d8418d79dc31aa70dc12f8cee5dbadd767024e442aaabcd41a2e710dbe38fc0589bdc638b357da8 SHA512 de8255836832b16079b4d8266baa3e9c24e926a912aedb36b3b31158edc0c90fd25a1aca02b414a317b1c42afafb9da12689b409b8ea25f56bc01b5f81b42c92
|
||||
|
||||
38
app-emacs/elfeed/elfeed-4.0.0.ebuild
Normal file
38
app-emacs/elfeed/elfeed-4.0.0.ebuild
Normal file
@@ -0,0 +1,38 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=9
|
||||
|
||||
NEED_EMACS="28.1"
|
||||
|
||||
inherit elisp
|
||||
|
||||
DESCRIPTION="Emacs web feeds client"
|
||||
HOMEPAGE="https://github.com/emacs-elfeed/elfeed/"
|
||||
|
||||
if [[ "${PV}" == *9999* ]] ; then
|
||||
inherit git-r3
|
||||
|
||||
EGIT_REPO_URI="https://github.com/emacs-${PN}/${PN}"
|
||||
else
|
||||
SRC_URI="https://github.com/emacs-${PN}/${PN}/archive/${PV}.tar.gz
|
||||
-> ${P}.gh.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="Unlicense"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
net-misc/curl[ssl]
|
||||
>=app-emacs/compat-31.0.0.1
|
||||
"
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
DOCS=( NEWS.org README.org )
|
||||
SITEFILE="50${PN}-gentoo.el"
|
||||
|
||||
elisp-enable-tests ert ./tests/ -l ./tests/elfeed-tests.el
|
||||
@@ -15,7 +15,7 @@
|
||||
RSS. Elfeed was inspired by notmuch.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/skeeto/elfeed/issues/</bugs-to>
|
||||
<remote-id type="github">skeeto/elfeed</remote-id>
|
||||
<bugs-to>https://github.com/emacs-elfeed/elfeed/issues/</bugs-to>
|
||||
<remote-id type="github">emacs-elfeed/elfeed</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user