app-emacs/edit-indirect - 0.1.13 (gentoo)

Search

Package Information

Description:
Edit regions in separate Emacs buffers
Homepage:
https://github.com/Fanael/edit-indirect/

Ebuild Details

Version EAPI Keywords Slot
0.1.13 8 amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit elisp

DESCRIPTION="Edit regions in separate Emacs buffers"
HOMEPAGE="https://github.com/Fanael/edit-indirect/"

if [[ ${PV} == *9999* ]] ; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/Fanael/${PN}.git"
else
	SRC_URI="https://github.com/Fanael/${PN}/archive/${PV}.tar.gz
		-> ${P}.tar.gz"
	KEYWORDS="amd64 ~x86"
fi

LICENSE="BSD-2"
SLOT="0"

SITEFILE="50${PN}-gentoo.el"

Manifest for 0.1.13

Type File Size Source URLs
DIST edit-indirect-0.1.13.tar.gz 5260 bytes https://github.com/Fanael/edit-indirect/archive/0.1.13.tar.gz