diff options
author | 2024-09-13 18:03:56 +0200 | |
---|---|---|
committer | 2024-09-13 22:57:01 +0200 | |
commit | b7672e160ab934105328c07249be13bef0181b1b (patch) | |
tree | 8734c47d11233e2f396374c100a199d9a28d9a19 /app-emacs | |
parent | app-emacs/posframe: drop old 1.4.2 (diff) | |
download | gentoo-b7672e160ab934105328c07249be13bef0181b1b.tar.gz gentoo-b7672e160ab934105328c07249be13bef0181b1b.tar.bz2 gentoo-b7672e160ab934105328c07249be13bef0181b1b.zip |
app-emacs/posframe: bump to 1.4.4
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/posframe/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/posframe/posframe-1.4.4.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/app-emacs/posframe/Manifest b/app-emacs/posframe/Manifest index 55dc2015476b..474873071533 100644 --- a/app-emacs/posframe/Manifest +++ b/app-emacs/posframe/Manifest @@ -1 +1,2 @@ DIST posframe-1.4.3.tar.gz 79433 BLAKE2B c2a362b306d3d3fbe07b7cc4b7ac47d988fd5ddd05b026aacbebde83009513cd91f262deffb533ecefe0fbca00e1399c2bca73fc52a2b7b87f532321bd874879 SHA512 7377ca341f3ba9abed957d392b7971332cd14418c08e1477ca72616bb8996bd3cdfe76d8941310dc4ad77cc8d6a0d24b4148a2b7cdef563ab2232aa18b2f884d +DIST posframe-1.4.4.tar.gz 79474 BLAKE2B fa75ce99150b77daa7dd7bde64b6207e9102d24c41f43b37ce1951abdf2e45829b432fa0f6ca4ab88b46cab9d7736973fbe2348d4ee347ab89da5a50556dcc29 SHA512 14b66186d62e5ff0ff1ed3ee1c7c82db139b5d392bd6d5dd8ee1edb3f5787e5be0cb364adee51d260924fa37d2ca291271e790b873f8f08a586e4bca8f5e77d0 diff --git a/app-emacs/posframe/posframe-1.4.4.ebuild b/app-emacs/posframe/posframe-1.4.4.ebuild new file mode 100644 index 000000000000..bba1f5c31f99 --- /dev/null +++ b/app-emacs/posframe/posframe-1.4.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2024 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/" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/tumashu/${PN}.git" +else + SRC_URI="https://github.com/tumashu/${PN}/archive/v${PV}.tar.gz + -> ${P}.tar.gz" + + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-3+" +SLOT="0" + +DOCS=( README.org snapshots ) +SITEFILE="50${PN}-gentoo.el" |