diff options
-rw-r--r-- | app-emacs/pos-tip/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/pos-tip/files/50pos-tip-gentoo.el | 1 | ||||
-rw-r--r-- | app-emacs/pos-tip/metadata.xml | 13 | ||||
-rw-r--r-- | app-emacs/pos-tip/pos-tip-0.4.6.ebuild | 16 |
4 files changed, 31 insertions, 0 deletions
diff --git a/app-emacs/pos-tip/Manifest b/app-emacs/pos-tip/Manifest new file mode 100644 index 000000000000..23b0fb31d015 --- /dev/null +++ b/app-emacs/pos-tip/Manifest @@ -0,0 +1 @@ +DIST pos-tip-0.4.6.tar.gz 9413 BLAKE2B 22257c8a96b6a46cf4678f8cb20fdeba77d63a4dbddd1982331cb7902bd383c1280d13c2a7873ad1aea2f9cf326eaa1692d43c2db2a6ff81d788e80895e5b0bc SHA512 071e65c4a0db0f176fa2520a7951aea20556ca0f96819919627e0b4a9e108ac05bef3e6ad89665ad0a45facf8b201a74158b8b70ad3a03df10e0299c0578966a diff --git a/app-emacs/pos-tip/files/50pos-tip-gentoo.el b/app-emacs/pos-tip/files/50pos-tip-gentoo.el new file mode 100644 index 000000000000..431f7e90ae73 --- /dev/null +++ b/app-emacs/pos-tip/files/50pos-tip-gentoo.el @@ -0,0 +1 @@ +(add-to-list 'load-path "@SITELISP@") diff --git a/app-emacs/pos-tip/metadata.xml b/app-emacs/pos-tip/metadata.xml new file mode 100644 index 000000000000..273d8d46e4f9 --- /dev/null +++ b/app-emacs/pos-tip/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <maintainer type="project"> + <email>gnu-emacs@gentoo.org</email> + <name>Gentoo GNU Emacs project</name> + </maintainer> + <upstream> + <bugs-to>https://github.com/pitkali/pos-tip/issues/</bugs-to> + <remote-id type="github">pitkali/pos-tip</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-emacs/pos-tip/pos-tip-0.4.6.ebuild b/app-emacs/pos-tip/pos-tip-0.4.6.ebuild new file mode 100644 index 000000000000..5472c5b51f5d --- /dev/null +++ b/app-emacs/pos-tip/pos-tip-0.4.6.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="Show tooltip at point" +HOMEPAGE="https://github.com/pitkali/pos-tip/" +SRC_URI="https://github.com/pitkali/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +SITEFILE="50${PN}-gentoo.el" |