summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-12-17 08:07:27 +0100
committerMaciej Barć <xgqt@gentoo.org>2022-12-17 08:14:35 +0100
commit26d8e4e51f69d52f495c0d7edc778d92cbda124e (patch)
tree3d95365ba19960b390eb0527f442cdc3ad2d1c4b /app-emacs/posframe
parentdev-python/peewee: Remove old (diff)
downloadgentoo-26d8e4e51f69d52f495c0d7edc778d92cbda124e.tar.gz
gentoo-26d8e4e51f69d52f495c0d7edc778d92cbda124e.tar.bz2
gentoo-26d8e4e51f69d52f495c0d7edc778d92cbda124e.zip
app-emacs/posframe: drop old 1.1.8
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/posframe')
-rw-r--r--app-emacs/posframe/Manifest1
-rw-r--r--app-emacs/posframe/posframe-1.1.8.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/app-emacs/posframe/Manifest b/app-emacs/posframe/Manifest
index 62df2cfcbfa9..cfff3cbee846 100644
--- a/app-emacs/posframe/Manifest
+++ b/app-emacs/posframe/Manifest
@@ -1,3 +1,2 @@
-DIST posframe-1.1.8.tar.gz 79505 BLAKE2B 008ac743127f667aa992823e0ad167198f0a8bff171b96730c2071b5b7034bd8f0e196b1b85df6b43692b32005b51136f11068bb553a2ebd07266edac6c757c8 SHA512 714304a15b0b12769ab165ba2978290bf04bfe7b5051f2829872396f4f623e7a3a5193fcc246a3c8eb59073bdc1b17ddf275ab484ac08dc68192b803fa90a47e
DIST posframe-1.2.0.tar.gz 79432 BLAKE2B 1de3a52de7c251ba13493c346f3b76f105b38014ae81ceedfe019d854cccc3ddfec876f5aa3684ecfa28588b9c81f8f1457fc161012d3252c0448d12ac4548b9 SHA512 e3f5996ea423bf34105502e4902c1d1f50ca31955007f7a623b9a26efc4d00e5264357ea70b8895a0e9151af14648e57123c0492a531a9e678e1ccf047399f08
DIST posframe-1.3.0.tar.gz 78746 BLAKE2B aea0b4e96d52e2da681c03b971150ba5fc2c1a6a9306ff6fbd5e5d46dd964f0997a598b97bf0a0aa13ebd67da3e05a19fc5ae63b1ec6a0a03d9c082bee2aa34b SHA512 78088f11b7f719b5a3b2163f64a957318c1b9e41929d705629ab48e602642c6e8d63860f7552d8a78a6c294a4fa850f24fade410aabbcf58e8c8711165d19fa8
diff --git a/app-emacs/posframe/posframe-1.1.8.ebuild b/app-emacs/posframe/posframe-1.1.8.ebuild
deleted file mode 100644
index 67370466f98c..000000000000
--- a/app-emacs/posframe/posframe-1.1.8.ebuild
+++ /dev/null
@@ -1,20 +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.org snapshots )
-SITEFILE="50${PN}-gentoo.el"