commit: 17e7d2f34efbd37e1429dde82ca5277b9ed4e8fd Author: Matt Smith <matt <AT> offtopica <DOT> uk> AuthorDate: Sun Jun 20 10:41:20 2021 +0000 Commit: Matt Smith <matt <AT> offtopica <DOT> uk> CommitDate: Sun Jun 20 10:43:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17e7d2f3
app-emacs/prop-menu: Init at 0.1.2 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Matt Smith <matt <AT> offtopica.uk> app-emacs/prop-menu/Manifest | 1 + app-emacs/prop-menu/files/50prop-menu-gentoo.el | 1 + app-emacs/prop-menu/metadata.xml | 12 ++++++++++++ app-emacs/prop-menu/prop-menu-0.1.2.ebuild | 18 ++++++++++++++++++ 4 files changed, 32 insertions(+) diff --git a/app-emacs/prop-menu/Manifest b/app-emacs/prop-menu/Manifest new file mode 100644 index 000000000..b4e54bfbd --- /dev/null +++ b/app-emacs/prop-menu/Manifest @@ -0,0 +1 @@ +DIST prop-menu-0.1.2.tar.gz 3692 BLAKE2B 562256c87e928a78319d71c18d6cac2ce702b239d84551e016691c8a4b129e06510a88d29c62a56f0baf4fad787eab7face4d457469318eb272ae13910efd7e4 SHA512 a20f093275bf767f8c3139f76ba2cc9b170add287780e807d1732e21e525ecb5339916c2bbef41024d2ff3850cef92fcf13004336e8da825543984ef32195638 diff --git a/app-emacs/prop-menu/files/50prop-menu-gentoo.el b/app-emacs/prop-menu/files/50prop-menu-gentoo.el new file mode 100644 index 000000000..431f7e90a --- /dev/null +++ b/app-emacs/prop-menu/files/50prop-menu-gentoo.el @@ -0,0 +1 @@ +(add-to-list 'load-path "@SITELISP@") diff --git a/app-emacs/prop-menu/metadata.xml b/app-emacs/prop-menu/metadata.xml new file mode 100644 index 000000000..273d31169 --- /dev/null +++ b/app-emacs/prop-menu/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Matt Smith</name> + </maintainer> + <upstream> + <remote-id type="github">david-christiansen/prop-menu-el</remote-id> + </upstream> + <stabilize-allarches/> +</pkgmetadata> diff --git a/app-emacs/prop-menu/prop-menu-0.1.2.ebuild b/app-emacs/prop-menu/prop-menu-0.1.2.ebuild new file mode 100644 index 000000000..005e99afa --- /dev/null +++ b/app-emacs/prop-menu/prop-menu-0.1.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit elisp + +DESCRIPTION="Compute pop-up menus from text and overlay properties " +HOMEPAGE="https://github.com/david-christiansen/prop-menu-el" +SRC_URI="https://github.com/david-christiansen/prop-menu-el/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +S="${WORKDIR}/prop-menu-el-${PV}" + +SITEFILE="50${PN}-gentoo.el"
