From: John Turner Date: Thu, 30 Sep 2021 01:38:14 +0000 (-0400) Subject: app-emacs/posframe: removed ebuild for posframe 0.8.5 X-Git-Url: https://jturnerusa.dev/gitweb/?a=commitdiff_plain;h=e4b7f44d9c3d9781a48cb7a1ccb800a3b7694161;p=ebuilds app-emacs/posframe: removed ebuild for posframe 0.8.5 --- diff --git a/app-emacs/posframe/Manifest b/app-emacs/posframe/Manifest index f4bfe29..b5d6d4f 100644 --- a/app-emacs/posframe/Manifest +++ b/app-emacs/posframe/Manifest @@ -1,2 +1 @@ -DIST posframe-0.8.5.tar.gz 77569 BLAKE2B bf379f4641ed78f7cd92fcb443f3e01f78360113dc9eec4b1dcbba581ec0df5b11eeeda27eaea6dd28f7aa324c33aa499079afe9665da9d1d2328904117364d9 SHA512 ce9c76f8a943d206f3438b82ba637b96a9f3cf0d1078f8b940ab8a0aaa9940aa308a76be5b678d7394b25716f631ca3305e25b850fd25ffa18d79551baff0586 DIST posframe-1.0.4.tar.gz 78614 BLAKE2B 324c44a34301e9a5a4a7e8f55981de9b74484d4725305d4904a2528fc421d5920a8c1f2098b99dcca927cfa4723cbd115d112d6dc6fd3fca3dbac5783208b206 SHA512 a3b092ba59afe7d11b9664f7ce0719d252d013240506034e2069a976315bc72c66b99f6bfd3b6fb80dae4c049da3188cc14004fd423e06fff81451c4be67e1e5 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 e56af8d..0000000 --- a/app-emacs/posframe/posframe-0.8.5.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -NEED_EMACS="27" - -inherit elisp - -DESCRIPTION="Pop a postframe at point." -HOMEPAGE="https://github.com/tumashu/posframe" -SRC_URI="https://github.com/tumashu/posframe/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=">=app-editors/emacs-27[gtk]" - -SITEFILE="50${PN}-gentoo.el" -DOCS=( README.md ) - -src_compile() { - elisp-make-autoload-file "${S}/${PN}-autoload.el" "${S}/" - elisp_src_compile -}