Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/pos-tip/
Date: Sat, 09 Apr 2022 15:14:41
Message-Id: 1649517275.7ef9863a5ee78dc98ec0bd351792a09ce52fd13e.xgqt@gentoo
1 commit: 7ef9863a5ee78dc98ec0bd351792a09ce52fd13e
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 15:14:16 2022 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 15:14:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ef9863a
7
8 app-emacs/pos-tip: bump to 0.4.6_p20191227
9
10 2019.12.27 snapshot; also add this snapshot version because 0.4.6
11 release was in 2014
12
13 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
14
15 app-emacs/pos-tip/Manifest | 1 +
16 app-emacs/pos-tip/pos-tip-0.4.6_p20191227.ebuild | 19 +++++++++++++++++++
17 2 files changed, 20 insertions(+)
18
19 diff --git a/app-emacs/pos-tip/Manifest b/app-emacs/pos-tip/Manifest
20 index 23b0fb31d015..58cbd40211f4 100644
21 --- a/app-emacs/pos-tip/Manifest
22 +++ b/app-emacs/pos-tip/Manifest
23 @@ -1 +1,2 @@
24 DIST pos-tip-0.4.6.tar.gz 9413 BLAKE2B 22257c8a96b6a46cf4678f8cb20fdeba77d63a4dbddd1982331cb7902bd383c1280d13c2a7873ad1aea2f9cf326eaa1692d43c2db2a6ff81d788e80895e5b0bc SHA512 071e65c4a0db0f176fa2520a7951aea20556ca0f96819919627e0b4a9e108ac05bef3e6ad89665ad0a45facf8b201a74158b8b70ad3a03df10e0299c0578966a
25 +DIST pos-tip-0.4.6_p20191227.tar.gz 9628 BLAKE2B cf610aaf0abcb8b23724c81cdf53b62db95508968f04e7609e874e81f81aa27e7b2976b30f589a60176ded274d2f28581074b59ac753f357e7ec93c468486e1c SHA512 983a844eae33808a22446caff6c2c4574145be65b57c6b7e8fe37c170bd3b3668ff4c4598f9d726be8d3df0b54291f81c732e0f4fbb83e1026a6694bfe30f0ed
26
27 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
28 new file mode 100644
29 index 000000000000..e92c55a9782f
30 --- /dev/null
31 +++ b/app-emacs/pos-tip/pos-tip-0.4.6_p20191227.ebuild
32 @@ -0,0 +1,19 @@
33 +# Copyright 1999-2022 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=8
37 +
38 +H=179cc126b363f72ca12fab1e0dc462ce0ee79742
39 +
40 +inherit elisp
41 +
42 +DESCRIPTION="Show tooltip at point"
43 +HOMEPAGE="https://github.com/pitkali/pos-tip/"
44 +SRC_URI="https://github.com/pitkali/${PN}/archive/${H}.tar.gz -> ${P}.tar.gz"
45 +S="${WORKDIR}"/${PN}-${H}
46 +
47 +LICENSE="GPL-2+"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~x86"
50 +
51 +SITEFILE="50${PN}-gentoo.el"