app-emacs/svg-lib: treeclean

* In ::gentoo

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2024-02-28 02:40:24 +02:00
parent 06fbfe8efd
commit 6c66a851eb
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
5 changed files with 0 additions and 61 deletions

View File

@ -1 +0,0 @@
DIST svg-lib-0.2.7.tar 1095680 BLAKE2B c94a20a7494b12b4c3bb09527d11b68b74688d53578f505fc56b9c2c796c99ba791e564c239e1b3bb0ba4a5afa93fcecc30b2b1c6ac3d22a11408109a9eca87d SHA512 8c92469c4711c75a4553dee256f86869b17bdb5d6569309e0224998abbcaa4e7f7515ab31dcfafac4e8714beba1e794fa61d04b6cee40dabd7467df4a0982e9b

View File

@ -1 +0,0 @@
(add-to-list 'load-path "@SITELISP@")

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<upstream>
<remote-id type="github">rougier/svg-lib</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,26 +0,0 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
NEED_EMACS="27.1"
inherit elisp
DESCRIPTION="Emacs SVG libraries for creatings tags, icons and bars"
HOMEPAGE="https://github.com/rougier/svg-lib"
if [[ "${PV}" == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/rougier/svg-lib"
else
SRC_URI="https://elpa.gnu.org/packages/svg-lib-${PV}.tar"
KEYWORDS="~amd64"
fi
LICENSE="GPL-3"
SLOT="0"
RESTRICT="test"
SITEFILE="50${PN}-gentoo.el"

View File

@ -1,26 +0,0 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
NEED_EMACS="27.1"
inherit elisp
DESCRIPTION="Emacs SVG libraries for creatings tags, icons and bars"
HOMEPAGE="https://github.com/rougier/svg-lib"
if [[ "${PV}" == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/rougier/svg-lib"
else
SRC_URI="https://elpa.gnu.org/packages/svg-lib-${PV}.tar -> ${P}.tar"
KEYWORDS="~amd64"
fi
LICENSE="GPL-3"
SLOT="0"
RESTRICT="test"
SITEFILE="50${PN}-gentoo.el"