mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-emacs/m-buffer: new package; add version 0.15
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
1
app-emacs/m-buffer/Manifest
Normal file
1
app-emacs/m-buffer/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST m-buffer-0.15.tar.gz 19211 BLAKE2B b4cbb7bdac9e68622db03acba07b5422181599e69e6d92740aa364684c998de9a24c8740cc2d7ec0dc40e9eee56f211a93bcfd734d30b9b44b8ca3b54ec4f39c SHA512 94465cbec24137d82498ce68d7e76f871e3986afae0bb419b8e65b740c54d6c65db8ab0dedf87392cbd2b383c7ca8eb96cf295139bb1322e7652e44ac41937ae
|
||||
1
app-emacs/m-buffer/files/50m-buffer-gentoo.el
Normal file
1
app-emacs/m-buffer/files/50m-buffer-gentoo.el
Normal file
@@ -0,0 +1 @@
|
||||
(add-to-list 'load-path "@SITELISP@")
|
||||
28
app-emacs/m-buffer/m-buffer-0.15.ebuild
Normal file
28
app-emacs/m-buffer/m-buffer-0.15.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit elisp
|
||||
|
||||
DESCRIPTION="List Oriented Buffer Operations for Emacs"
|
||||
HOMEPAGE="https://github.com/phillord/m-buffer-el/"
|
||||
SRC_URI="https://github.com/phillord/${PN}-el/archive/v${PV}.tar.gz
|
||||
-> ${P}.tar.gz"
|
||||
S="${WORKDIR}"/${PN}-el-${PV}
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SLOT="0"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
BDEPEND="test? ( app-emacs/load-relative )"
|
||||
|
||||
DOCS=( README.md )
|
||||
SITEFILE="50${PN}-gentoo.el"
|
||||
|
||||
src_test() {
|
||||
${EMACS} ${EMACSFLAGS} -L . -L test \
|
||||
-l dev/assess-discover -f assess-discover-run-and-exit-batch || die
|
||||
}
|
||||
19
app-emacs/m-buffer/metadata.xml
Normal file
19
app-emacs/m-buffer/metadata.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>gnu-emacs@gentoo.org</email>
|
||||
<name>Gentoo GNU Emacs project</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
This package provides a set of list-orientated functions for operating over
|
||||
the contents of Emacs buffers. Functions are generally purish: i.e. they
|
||||
may change the state of one buffer by side-effect, but should not affect
|
||||
point, current buffer, match data or so forth.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/phillord/m-buffer-el/issues/</bugs-to>
|
||||
<remote-id type="github">phillord/m-buffer-el</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user