diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-04-09 17:14:16 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-04-09 17:14:35 +0200 |
commit | 7ef9863a5ee78dc98ec0bd351792a09ce52fd13e (patch) | |
tree | 982d102a21fb682ed29da5465a7160426748f3e5 /app-emacs | |
parent | app-emulation/wine-staging: Drop old (diff) | |
download | gentoo-7ef9863a5ee78dc98ec0bd351792a09ce52fd13e.tar.gz gentoo-7ef9863a5ee78dc98ec0bd351792a09ce52fd13e.tar.bz2 gentoo-7ef9863a5ee78dc98ec0bd351792a09ce52fd13e.zip |
app-emacs/pos-tip: bump to 0.4.6_p20191227
2019.12.27 snapshot; also add this snapshot version because 0.4.6
release was in 2014
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/pos-tip/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/pos-tip/pos-tip-0.4.6_p20191227.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/app-emacs/pos-tip/Manifest b/app-emacs/pos-tip/Manifest index 23b0fb31d015..58cbd40211f4 100644 --- a/app-emacs/pos-tip/Manifest +++ b/app-emacs/pos-tip/Manifest @@ -1 +1,2 @@ DIST pos-tip-0.4.6.tar.gz 9413 BLAKE2B 22257c8a96b6a46cf4678f8cb20fdeba77d63a4dbddd1982331cb7902bd383c1280d13c2a7873ad1aea2f9cf326eaa1692d43c2db2a6ff81d788e80895e5b0bc SHA512 071e65c4a0db0f176fa2520a7951aea20556ca0f96819919627e0b4a9e108ac05bef3e6ad89665ad0a45facf8b201a74158b8b70ad3a03df10e0299c0578966a +DIST pos-tip-0.4.6_p20191227.tar.gz 9628 BLAKE2B cf610aaf0abcb8b23724c81cdf53b62db95508968f04e7609e874e81f81aa27e7b2976b30f589a60176ded274d2f28581074b59ac753f357e7ec93c468486e1c SHA512 983a844eae33808a22446caff6c2c4574145be65b57c6b7e8fe37c170bd3b3668ff4c4598f9d726be8d3df0b54291f81c732e0f4fbb83e1026a6694bfe30f0ed 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 new file mode 100644 index 000000000000..e92c55a9782f --- /dev/null +++ b/app-emacs/pos-tip/pos-tip-0.4.6_p20191227.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +H=179cc126b363f72ca12fab1e0dc462ce0ee79742 + +inherit elisp + +DESCRIPTION="Show tooltip at point" +HOMEPAGE="https://github.com/pitkali/pos-tip/" +SRC_URI="https://github.com/pitkali/${PN}/archive/${H}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}-${H} + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +SITEFILE="50${PN}-gentoo.el" |