summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-02-16 23:53:33 +0100
committerMaciej Barć <xgqt@gentoo.org>2024-02-17 00:13:38 +0100
commit9d3072f9638a598f3cb367433e6ac6e77f0fda3c (patch)
tree1cfb2461f31b8786bd03f4e179fc6e002273b1f2 /app-emacs
parentapp-emacs/pos-tip: drop old 0.4.6 (diff)
downloadgentoo-9d3072f9638a598f3cb367433e6ac6e77f0fda3c.tar.gz
gentoo-9d3072f9638a598f3cb367433e6ac6e77f0fda3c.tar.bz2
gentoo-9d3072f9638a598f3cb367433e6ac6e77f0fda3c.zip
app-emacs/pos-tip: drop old 0.4.6_p20191227
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/pos-tip/Manifest1
-rw-r--r--app-emacs/pos-tip/pos-tip-0.4.6_p20191227.ebuild19
2 files changed, 0 insertions, 20 deletions
diff --git a/app-emacs/pos-tip/Manifest b/app-emacs/pos-tip/Manifest
index 075f3ba91626..a920ecdc0be8 100644
--- a/app-emacs/pos-tip/Manifest
+++ b/app-emacs/pos-tip/Manifest
@@ -1,2 +1 @@
-DIST pos-tip-0.4.6_p20191227.tar.gz 9628 BLAKE2B cf610aaf0abcb8b23724c81cdf53b62db95508968f04e7609e874e81f81aa27e7b2976b30f589a60176ded274d2f28581074b59ac753f357e7ec93c468486e1c SHA512 983a844eae33808a22446caff6c2c4574145be65b57c6b7e8fe37c170bd3b3668ff4c4598f9d726be8d3df0b54291f81c732e0f4fbb83e1026a6694bfe30f0ed
DIST pos-tip-0.4.7.tar.gz 9808 BLAKE2B c600894fc5e1d104fba83a3211580ccf0c50ff2041d3f5f1f8678bfa21593454d8be75b58aa94ca28d17e18af06fd191da3b509e1a072c429c9646377ead7b84 SHA512 3ded096d91b56091143e89b3aecc4803df2a5bd263226003c36a9ad84347055318a3860be4c2bfeb68cc29bbf4fbe89235967578b1dbca58bb9e0325eb7986c5
diff --git a/app-emacs/pos-tip/pos-tip-0.4.6_p20191227.ebuild b/app-emacs/pos-tip/pos-tip-0.4.6_p20191227.ebuild
deleted file mode 100644
index 38abd67d34b1..000000000000
--- a/app-emacs/pos-tip/pos-tip-0.4.6_p20191227.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-COMMIT=179cc126b363f72ca12fab1e0dc462ce0ee79742
-
-inherit elisp
-
-DESCRIPTION="Show tooltip at point"
-HOMEPAGE="https://github.com/pitkali/pos-tip/"
-SRC_URI="https://github.com/pitkali/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}"/${PN}-${COMMIT}
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-SITEFILE="50${PN}-gentoo.el"