summaryrefslogtreecommitdiff
path: root/app-emacs/posframe
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-16 10:53:11 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-16 10:53:11 -0500
commit8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b (patch)
treebb1e83c18d1cc77cdebfc5aeb9b12ad39c9787b5 /app-emacs/posframe
parentf997c3ee588099e4f43e9ec845935868e3e60b8e (diff)
downloadbaldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.tar.gz
baldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.tar.xz
baldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.zip
Adding metadata
Diffstat (limited to 'app-emacs/posframe')
-rw-r--r--app-emacs/posframe/Manifest1
-rw-r--r--app-emacs/posframe/posframe-1.5.2.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/app-emacs/posframe/Manifest b/app-emacs/posframe/Manifest
index 0ceb8d0e42f5..8bd4a3f7acea 100644
--- a/app-emacs/posframe/Manifest
+++ b/app-emacs/posframe/Manifest
@@ -1 +1,2 @@
DIST posframe-1.5.1.gh.tar.gz 80027 BLAKE2B 96cdb73bd15ab7f68460f6cec24f7a51b535d460cb83fcd36d3dcef7f36844e0027c85f9e7230b6c2130fadc14b63f3b6e1e3a3c19a38dd060e582270262fba6 SHA512 02cb78fcd90892becef9eea7e35b60fae45809bf806edb39b29054d46b6e128fe447d91983aca4ae335aae6cb2fc114ba7ace5895c485f5535b4fde716ae36e6
+DIST posframe-1.5.2.gh.tar.gz 80315 BLAKE2B 714093a40232363abb834c2323f13cb8f0bca1f29203b5309ef905f84dc9507849096da1b54adf51c2c1755bba23c334435e1f14f3b174ec42cde7eda4f0784b SHA512 aced29025ff61df942f977d80a1c2478676fabf3e37b94eb36e3a18bdc12cbc9efba39327fc841dfe3f47ef4b763487e2f943f969fa409b4e0c6eab82ae7e297
diff --git a/app-emacs/posframe/posframe-1.5.2.ebuild b/app-emacs/posframe/posframe-1.5.2.ebuild
new file mode 100644
index 000000000000..c88b1d86b8cf
--- /dev/null
+++ b/app-emacs/posframe/posframe-1.5.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=9
+
+inherit elisp
+
+DESCRIPTION="Pop up a frame at point"
+HOMEPAGE="https://github.com/tumashu/posframe/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/tumashu/${PN}"
+else
+ SRC_URI="https://github.com/tumashu/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( README.org snapshots )
+SITEFILE="50${PN}-gentoo.el"