summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-04-26 01:29:03 +0200
committerMaciej Barć <xgqt@gentoo.org>2022-04-26 03:31:40 +0200
commitd8af3567c65356ab563c2382c8e74818c6c5a326 (patch)
tree3d3a6e5c9b4ee0d2d18f9873a098ecfa13f62dba /app-emacs/posframe
parentapp-emacs/pfuture: new package; add version 1.10.3 (diff)
downloadgentoo-d8af3567c65356ab563c2382c8e74818c6c5a326.tar.gz
gentoo-d8af3567c65356ab563c2382c8e74818c6c5a326.tar.bz2
gentoo-d8af3567c65356ab563c2382c8e74818c6c5a326.zip
app-emacs/posframe: new package; add version 0.8.5
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/posframe')
-rw-r--r--app-emacs/posframe/Manifest1
-rw-r--r--app-emacs/posframe/files/50posframe-gentoo.el1
-rw-r--r--app-emacs/posframe/metadata.xml13
-rw-r--r--app-emacs/posframe/posframe-0.8.5.ebuild19
4 files changed, 34 insertions, 0 deletions
diff --git a/app-emacs/posframe/Manifest b/app-emacs/posframe/Manifest
new file mode 100644
index 000000000000..069e294ba5b4
--- /dev/null
+++ b/app-emacs/posframe/Manifest
@@ -0,0 +1 @@
+DIST posframe-0.8.5.tar.gz 77569 BLAKE2B bf379f4641ed78f7cd92fcb443f3e01f78360113dc9eec4b1dcbba581ec0df5b11eeeda27eaea6dd28f7aa324c33aa499079afe9665da9d1d2328904117364d9 SHA512 ce9c76f8a943d206f3438b82ba637b96a9f3cf0d1078f8b940ab8a0aaa9940aa308a76be5b678d7394b25716f631ca3305e25b850fd25ffa18d79551baff0586
diff --git a/app-emacs/posframe/files/50posframe-gentoo.el b/app-emacs/posframe/files/50posframe-gentoo.el
new file mode 100644
index 000000000000..431f7e90ae73
--- /dev/null
+++ b/app-emacs/posframe/files/50posframe-gentoo.el
@@ -0,0 +1 @@
+(add-to-list 'load-path "@SITELISP@")
diff --git a/app-emacs/posframe/metadata.xml b/app-emacs/posframe/metadata.xml
new file mode 100644
index 000000000000..0d737d94d3d1
--- /dev/null
+++ b/app-emacs/posframe/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/tumashu/posframe/issues/</bugs-to>
+ <remote-id type="github">tumashu/posframe</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/app-emacs/posframe/posframe-0.8.5.ebuild b/app-emacs/posframe/posframe-0.8.5.ebuild
new file mode 100644
index 000000000000..b0e865665969
--- /dev/null
+++ b/app-emacs/posframe/posframe-0.8.5.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=26.1
+
+inherit elisp
+
+DESCRIPTION="Pop up a frame at point"
+HOMEPAGE="https://github.com/tumashu/posframe/"
+SRC_URI="https://github.com/tumashu/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+DOCS=( README.md snapshots )
+SITEFILE="50${PN}-gentoo.el"