summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-02-16 23:54:33 +0100
committerMaciej Barć <xgqt@gentoo.org>2024-02-17 00:13:39 +0100
commit01bc15c593db666962abdb6d8b92e40914c3515b (patch)
treeb198cbaea5f1d59994ed6beaa566f6987f57d27c /app-emacs
parentapp-emacs/posframe: drop old 1.4.0 (diff)
downloadgentoo-01bc15c593db666962abdb6d8b92e40914c3515b.tar.gz
gentoo-01bc15c593db666962abdb6d8b92e40914c3515b.tar.bz2
gentoo-01bc15c593db666962abdb6d8b92e40914c3515b.zip
app-emacs/posframe: drop old 1.4.1
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/posframe/Manifest1
-rw-r--r--app-emacs/posframe/posframe-1.4.1.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/app-emacs/posframe/Manifest b/app-emacs/posframe/Manifest
index 9c5c467b22f6..3f6a079f64fe 100644
--- a/app-emacs/posframe/Manifest
+++ b/app-emacs/posframe/Manifest
@@ -1,2 +1 @@
-DIST posframe-1.4.1.tar.gz 79140 BLAKE2B fd041d19ca2bffb89b43a2ad5e182bca6f0b00b190040b1d2b6da1978de62b9d404e80c4b7c3c7b688a916b1cf7d2c69c110fa3db6fdf6bdea8862ccaa8dbf18 SHA512 154362ee8948b627efffa6bf2b2e427a80c24467530e94c59b249f21e0e42472de35e69e70e3704cecc19dcbe96647c32b1c4570c9594e588b164fc7892fe94e
DIST posframe-1.4.2.tar.gz 79173 BLAKE2B 3f1d4d414e1677118676a4ad3b5739602ccd49a9233027b9bbeebfbeab9ef23e30370a43891f57902b9212245c6415aa238245860f46e84f79fc7d7ec250ace2 SHA512 e11109d3a85ccaca53995473940aa0a4bd80d333b3001865ba2c9d2b4af647d71b279a70e3e086c14c853896a8c2d74eb54cbc4e129a1face9f186c126c41f7f
diff --git a/app-emacs/posframe/posframe-1.4.1.ebuild b/app-emacs/posframe/posframe-1.4.1.ebuild
deleted file mode 100644
index d34bfff09b61..000000000000
--- a/app-emacs/posframe/posframe-1.4.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2023 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.org snapshots )
-SITEFILE="50${PN}-gentoo.el"