app-emacs/system-packages: bump to 1.1.1

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2025-09-27 20:50:15 +02:00
parent 468242e3fc
commit be20f01501
2 changed files with 27 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST system-packages-1.1.0.tar.gz 18634 BLAKE2B ec32510435507bf64c77d7952094eb9fe72d3f7f098335c756fc7d80ce267e02a253fecb406986ec4e09b601868b448b4c9379c29cd5810b634bb07c5f686e5a SHA512 58ecaa8649c086995f68db6abc3bf9cbb012b39b51c553b661368aaed116835984425a6b19d68f8ffad44ecf1818a6281758c56e62ac5230783408e73f9ff776
DIST system-packages-1.1.1.tar.bz2 17022 BLAKE2B af3f5a81c8452374fc2bff33df928dd2d7ce90a09358ccd6485a9b80dc81d5baec4e7d740ce002dc2356833f42c16da9de1a36709ec8f6885d0502f9edd20661 SHA512 b6fbfbf156d7fdf02b0959f7a4e4515fa249a5c7b8817eed061d8cc5ac2a87f28034260768ebca2b485b9b905382efea41b894b866468ce27b2c9b956a309fe7

View File

@@ -0,0 +1,26 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit elisp
DESCRIPTION="Manage your installed packages with Emacs"
HOMEPAGE="https://gitlab.com/jabranham/system-packages/"
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/jabranham/${PN}"
else
SRC_URI="https://gitlab.com/jabranham/${PN}/-/archive/${PV}/${P}.tar.bz2"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
fi
LICENSE="GPL-3+"
SLOT="0"
DOCS=( README.org )
ELISP_REMOVE=".dir-locals.el"
SITEFILE="50${PN}-gentoo.el"