diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-07-22 01:16:32 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-07-22 15:09:44 +0200 |
commit | 958da44e6e9ba8158594d4ee77d9620eae5bf5c4 (patch) | |
tree | 8197449b93077aab6527df5f6850e20f864b4fb4 /app-emacs/pos-tip | |
parent | app-emacs/geiser: bump to 0.29 (diff) | |
download | gentoo-958da44e6e9ba8158594d4ee77d9620eae5bf5c4.tar.gz gentoo-958da44e6e9ba8158594d4ee77d9620eae5bf5c4.tar.bz2 gentoo-958da44e6e9ba8158594d4ee77d9620eae5bf5c4.zip |
app-emacs/pos-tip: bump to 0.4.7
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/pos-tip')
-rw-r--r-- | app-emacs/pos-tip/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/pos-tip/pos-tip-0.4.7.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/app-emacs/pos-tip/Manifest b/app-emacs/pos-tip/Manifest index 58cbd40211f4..babda67a34c7 100644 --- a/app-emacs/pos-tip/Manifest +++ b/app-emacs/pos-tip/Manifest @@ -1,2 +1,3 @@ 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 +DIST pos-tip-0.4.7.tar.gz 9808 BLAKE2B c600894fc5e1d104fba83a3211580ccf0c50ff2041d3f5f1f8678bfa21593454d8be75b58aa94ca28d17e18af06fd191da3b509e1a072c429c9646377ead7b84 SHA512 3ded096d91b56091143e89b3aecc4803df2a5bd263226003c36a9ad84347055318a3860be4c2bfeb68cc29bbf4fbe89235967578b1dbca58bb9e0325eb7986c5 diff --git a/app-emacs/pos-tip/pos-tip-0.4.7.ebuild b/app-emacs/pos-tip/pos-tip-0.4.7.ebuild new file mode 100644 index 000000000000..46f902b74646 --- /dev/null +++ b/app-emacs/pos-tip/pos-tip-0.4.7.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="Show tooltip at point" +HOMEPAGE="https://github.com/pitkali/pos-tip/" + +if [[ ${PV} == *9999* ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/pitkali/${PN}.git" +else + SRC_URI="https://github.com/pitkali/${PN}/archive/${PV}.tar.gz + -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-2+" +SLOT="0" + +SITEFILE="50${PN}-gentoo.el" |