diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-09-18 21:44:15 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-09-18 21:52:20 +0200 |
commit | 5b4adab59886f4ee0e2bbdde8a8a1e63098a8deb (patch) | |
tree | 3045a9e6a3a731ca97941c56c92344de9ecd9bd2 /app-emacs/indent-bars | |
parent | games-emulation/ryujinx: add 1.1.1388 (diff) | |
download | gentoo-5b4adab59886f4ee0e2bbdde8a8a1e63098a8deb.tar.gz gentoo-5b4adab59886f4ee0e2bbdde8a8a1e63098a8deb.tar.bz2 gentoo-5b4adab59886f4ee0e2bbdde8a8a1e63098a8deb.zip |
app-emacs/indent-bars: bump to 0.7.4
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/indent-bars')
-rw-r--r-- | app-emacs/indent-bars/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/indent-bars/indent-bars-0.7.4.ebuild | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/app-emacs/indent-bars/Manifest b/app-emacs/indent-bars/Manifest index 4397228c1d6f..2be1e565b1d6 100644 --- a/app-emacs/indent-bars/Manifest +++ b/app-emacs/indent-bars/Manifest @@ -1 +1,2 @@ DIST indent-bars-0.2.tar.gz 33072 BLAKE2B b5f0b80f1b4291c19fec603a5610ae020ae1cd1531278c5eedf814c3aae4be76d5731b553220314ef67f785f1822c7861e088a5ec163505d9303e9ec2c5fda5c SHA512 e5eab37d5963855948efdd9739a44306c60fafef0cd589edcb6550ff52a4e6a0e403bde8124838d250c1bb78aff0bfbfa1e45275458af3e0ae00472628981b1b +DIST indent-bars-0.7.4.tar.gz 49844 BLAKE2B 755858ddfb5dfb5f5e8af0e99f05571c33d52190b2117c34a5fc3f8b04548b6463b766f515ca5bdcd416d7f51eb251a65f2457562e9539365ede6bb7ef8c0eb0 SHA512 a8f95379925b92cb595b584742a8d916a470b9149849534b0bbdb644daf8f2ba60f0951dd99d393eceafe251c0eba048a5b703f697ac0870f51e5e0af805c4d0 diff --git a/app-emacs/indent-bars/indent-bars-0.7.4.ebuild b/app-emacs/indent-bars/indent-bars-0.7.4.ebuild new file mode 100644 index 000000000000..948a53369085 --- /dev/null +++ b/app-emacs/indent-bars/indent-bars-0.7.4.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS="27.1" + +inherit elisp + +DESCRIPTION="Fast, configurable indentation guide-bars for Emacs" +HOMEPAGE="https://github.com/jdtsmith/indent-bars/" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/jdtsmith/${PN}.git" +else + SRC_URI="https://github.com/jdtsmith/${PN}/archive/v${PV}.tar.gz + -> ${P}.tar.gz" + + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-3+" +SLOT="0" + +RDEPEND=" + >=app-emacs/compat-30.0.0.0 +" +BDEPEND=" + ${RDEPEND} +" + +SITEFILE="50${PN}-gentoo.el" +DOCS=( README.md examples.md ) |