diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-11-18 20:24:39 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-11-18 21:38:04 +0100 |
commit | ca133c84e0e075c327754955d6e5c48a97ec9d11 (patch) | |
tree | 467b2168deee92183ab7488192037112d6e03dfb /app-emacs | |
parent | app-emacs/posframe: bump to 1.2.0 (diff) | |
download | gentoo-ca133c84e0e075c327754955d6e5c48a97ec9d11.tar.gz gentoo-ca133c84e0e075c327754955d6e5c48a97ec9d11.tar.bz2 gentoo-ca133c84e0e075c327754955d6e5c48a97ec9d11.zip |
app-emacs/posframe: drop old 0.8.5
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-0.8.5.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/app-emacs/posframe/Manifest b/app-emacs/posframe/Manifest index a2e83d8cad02..7a3017fd4bc2 100644 --- a/app-emacs/posframe/Manifest +++ b/app-emacs/posframe/Manifest @@ -1,4 +1,3 @@ -DIST posframe-0.8.5.tar.gz 77569 BLAKE2B bf379f4641ed78f7cd92fcb443f3e01f78360113dc9eec4b1dcbba581ec0df5b11eeeda27eaea6dd28f7aa324c33aa499079afe9665da9d1d2328904117364d9 SHA512 ce9c76f8a943d206f3438b82ba637b96a9f3cf0d1078f8b940ab8a0aaa9940aa308a76be5b678d7394b25716f631ca3305e25b850fd25ffa18d79551baff0586 DIST posframe-1.1.7.tar.gz 79507 BLAKE2B ad6c12b8733a6db18b53a20c78ca16412206ce782e269500ffa36ff7e29873a4d46e6addbf30c7e5a7a818de3b752cc481a4031c96ff8760e714373ece06db0f SHA512 c3762ec115df4c6967a8a7bff4c8d9447b97da36903e166a2f4d7da382b8e22b2e7f97c5cfa3f40f5461c78821552574a905b4e595ef34f5fb45c8cd17fee95b DIST posframe-1.1.8.tar.gz 79505 BLAKE2B 008ac743127f667aa992823e0ad167198f0a8bff171b96730c2071b5b7034bd8f0e196b1b85df6b43692b32005b51136f11068bb553a2ebd07266edac6c757c8 SHA512 714304a15b0b12769ab165ba2978290bf04bfe7b5051f2829872396f4f623e7a3a5193fcc246a3c8eb59073bdc1b17ddf275ab484ac08dc68192b803fa90a47e DIST posframe-1.2.0.tar.gz 79432 BLAKE2B 1de3a52de7c251ba13493c346f3b76f105b38014ae81ceedfe019d854cccc3ddfec876f5aa3684ecfa28588b9c81f8f1457fc161012d3252c0448d12ac4548b9 SHA512 e3f5996ea423bf34105502e4902c1d1f50ca31955007f7a623b9a26efc4d00e5264357ea70b8895a0e9151af14648e57123c0492a531a9e678e1ccf047399f08 diff --git a/app-emacs/posframe/posframe-0.8.5.ebuild b/app-emacs/posframe/posframe-0.8.5.ebuild deleted file mode 100644 index b0e865665969..000000000000 --- a/app-emacs/posframe/posframe-0.8.5.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# 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" |