From 182063dd85a03f2086258946276c8967945ffe95 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 30 Jan 2023 20:59:34 +0000 Subject: gentoo auto-resync : 30:01:2023 - 20:59:33 --- app-emacs/rpm-spec-mode/rpm-spec-mode-0.16.ebuild | 24 +++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 app-emacs/rpm-spec-mode/rpm-spec-mode-0.16.ebuild (limited to 'app-emacs/rpm-spec-mode/rpm-spec-mode-0.16.ebuild') diff --git a/app-emacs/rpm-spec-mode/rpm-spec-mode-0.16.ebuild b/app-emacs/rpm-spec-mode/rpm-spec-mode-0.16.ebuild new file mode 100644 index 000000000000..c0d780397b3e --- /dev/null +++ b/app-emacs/rpm-spec-mode/rpm-spec-mode-0.16.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +[[ ${PV} == 0.16 ]] && H=7d06d19a31e888b932da6c8202ff2c73f42703a1 + +inherit elisp + +DESCRIPTION="Emacs mode to ease editing of RPM spec files" +HOMEPAGE="https://www.emacswiki.org/emacs/RpmSpecMode + https://github.com/stigbjorlykke/rpm-spec-mode/" +SRC_URI="https://github.com/stigbjorlykke/${PN}/archive/${H}.tar.gz + -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}-${H} + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +PATCHES=( "${FILESDIR}"/${PN}-0.15-emacs-28.patch ) + +DOCS=( README.md ) +SITEFILE="50${PN}-gentoo.el" -- cgit v1.2.3