Skip to content

Commit

Permalink
app-emacs/marginalia: initial import at 0.12
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Smith <[email protected]>
  • Loading branch information
MatthewGentoo committed Feb 17, 2022
1 parent 3d651aa commit 00966ba
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-emacs/marginalia/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST marginalia-0.12.tar.gz 28459 BLAKE2B f18dc11368f181bbf0bd92ba5abefd065181d2f3f2d7c27adab12e0b7baae69e8bf4d74e7e75687805773024fbc06eb0da49de2a14271cda125ffc2d6b01f049 SHA512 c6650f94e45fd82ddbbe0a58a4e816ebe55837ef8102c6a4871952b0c84ee44ab868bde41a864a06d03428a00cabf3a8a5e37addaa8bb81e3ea45271b8ad53ef
3 changes: 3 additions & 0 deletions app-emacs/marginalia/files/50marginalia-gentoo.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
(add-to-list 'load-path "@SITELISP@")
(autoload 'marginalia-mode "marginalia" nil t)
(autoload 'marginalia-cycle "marginalia" nil t)
17 changes: 17 additions & 0 deletions app-emacs/marginalia/marginalia-0.12.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
NEED_EMACS=26

inherit elisp

DESCRIPTION="Consulting complete-read"
HOMEPAGE="https://github.com/minad/marginalia"
SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"

SITEFILE="50${PN}-gentoo.el"
12 changes: 12 additions & 0 deletions app-emacs/marginalia/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo GNU Emacs project</name>
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="github">minad/marginalia</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 00966ba

Please sign in to comment.