* [gentoo-commits] repo/gentoo:master commit in: app-emacs/posframe/, app-emacs/posframe/files/
@ 2022-04-26 1:32 Maciej Barć
0 siblings, 0 replies; only message in thread
From: Maciej Barć @ 2022-04-26 1:32 UTC (permalink / raw
To: gentoo-commits
commit: d8af3567c65356ab563c2382c8e74818c6c5a326
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 23:29:03 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 01:31:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8af3567
app-emacs/posframe: new package; add version 0.8.5
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/posframe/Manifest | 1 +
app-emacs/posframe/files/50posframe-gentoo.el | 1 +
app-emacs/posframe/metadata.xml | 13 +++++++++++++
app-emacs/posframe/posframe-0.8.5.ebuild | 19 +++++++++++++++++++
4 files changed, 34 insertions(+)
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"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-04-26 1:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-26 1:32 [gentoo-commits] repo/gentoo:master commit in: app-emacs/posframe/, app-emacs/posframe/files/ Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox