Skip to content

Commit

Permalink
app-emacs/lv: import of 0.15.0
Browse files Browse the repository at this point in the history
Dependency for forthcoming lsp-mode.

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <[email protected]>
  • Loading branch information
graaff committed Nov 4, 2021
1 parent 9538831 commit 03fc31f
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-emacs/lv/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST lv-0.15.0.tar.gz 36150 BLAKE2B 6e7d1ed6501d5b0fb40f3545d61469e461363dc7ec8900c7c697116cb19704529acfd9e886a1fef09ae50dfd68666e6455c62447140f55b1f4651490855c2b3a SHA512 815a8c425aaeb4d2aeb5d9faa0f66a41e37420b8e9435d93b9e78913c0e0722d1e39cad2e8f4bc12cfe34dad2e3fc1290b23d816181b12fd093f9e4d9d37e814
4 changes: 4 additions & 0 deletions app-emacs/lv/files/50lv-gentoo.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
;;; lvsite-lisp configuration

(add-to-list 'load-path "@SITELISP@")

20 changes: 20 additions & 0 deletions app-emacs/lv/lv-0.15.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit elisp

IUSE=""

DESCRIPTION="Other echo area"
HOMEPAGE="https://github.com/abo-abo/hydra"
SRC_URI="https://github.com/abo-abo/hydra/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
DOCS="README.md"

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

S="${WORKDIR}/hydra-${PV}"
12 changes: 12 additions & 0 deletions app-emacs/lv/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">abo-abo/hydra</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 03fc31f

Please sign in to comment.