mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
app-emacs/no-littering: bump to 1.7.8
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST no-littering-1.7.6.tar.gz 26127 BLAKE2B 9981382a98a1197592d4149b4c49162afec4ff746f3dc76e589c8c023ec2f681b0bd8d8155d1eef119227bdfdce2c2114d8c45c91d4c03cac3814a42c879d0af SHA512 5e74c19a0655ad920b7306909cdef967883665711240cf61d3c7a5326e9372678a0077a6b789834a4b35667f788f3d247061c496aafbe7533f689b6365428d5f
|
||||
DIST no-littering-1.7.7.tar.gz 26220 BLAKE2B a8328d9fe78fa2ad441cae12fc3b51bbe741fd91dca42c36dd4f62126687921c1b477c2ff00dd21378f0b3368852d2146ef222da3b4a448520cf1d4516980de4 SHA512 618332d0db6824b5162b77a7dc3b0195e429e06de07f2dc79fb3d42b079a0ef10fdcd291e65da36fe6d9b6d28e5d3765fe5059c52cf622d44e54e886b52a6b4c
|
||||
DIST no-littering-1.7.8.tar.gz 26239 BLAKE2B 92d9430f226c0940d7c3d22477ac4cc673a77538942dfe9a6eb4c41569abf8dc1630322e6a220f59bafff3afed94342ea194ac2cc2f63f27a3a6c7ac5db20ba8 SHA512 26f1d8072f8b712099e96f015eb05532396e1f1797e84efa38b0aec53cb4fc00e83ea843d284c5324719ee73b8e91d3823abafbab930d8f07e93d64f8349005d
|
||||
|
||||
33
app-emacs/no-littering/no-littering-1.7.8.ebuild
Normal file
33
app-emacs/no-littering/no-littering-1.7.8.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit elisp
|
||||
|
||||
DESCRIPTION="ELisp library that helps keeping Emacs configuration directory clean"
|
||||
HOMEPAGE="https://github.com/emacscollective/no-littering/"
|
||||
|
||||
if [[ "${PV}" == *9999* ]] ; then
|
||||
inherit git-r3
|
||||
|
||||
EGIT_REPO_URI="https://github.com/emacscollective/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/emacscollective/${PN}/archive/v${PV}.tar.gz
|
||||
-> ${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
>=app-emacs/compat-30.0.2.0
|
||||
"
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
DOCS=( README.org migrate.org )
|
||||
SITEFILE="50${PN}-gentoo.el"
|
||||
Reference in New Issue
Block a user