mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 02:39:08 -07:00
Merge updates from master
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST vm-8.2.0b.tgz 839789 BLAKE2B fc032e0a6259d2397d80cc80fbb7cf5845e43a228124f867402738a9123c78c798822d8d9c8edbdb823bfe3bce946d53afb6cd24e02d28925a51d458cf21eedf SHA512 37b642975e8fe7e350c0a648f83608b28d8616417d376d9888c89b37c90d8bdb3c91cdc4c91a0f5072d29ac81bfea3d88f9b36699379bf8a5bdd15dd5a70858d
|
||||
DIST vm-8.3.2.tar.bz2 663486 BLAKE2B 1741a1514f54c471a81147f8fbed0631bf830228db58f18b3dee9c5b0392f6c75aa40a7126e5baf130cda6f012f682f53cdf58232b3e0343d29a15667876930e SHA512 3593ee1b22373bdb37804429c1ff6a2c9ac46f1072942ba73daef14c0744009156d628b7d262f6ea6f1b9b11c201998680fb2806e96de3919077851046abd40b
|
||||
|
||||
@@ -16,6 +16,6 @@
|
||||
<flag name="bbdb">Include support for <pkg>app-emacs/bbdb</pkg></flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="launchpad">vm</remote-id>
|
||||
<remote-id type="gitlab">emacs-vm/vm</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
43
app-emacs/vm/vm-8.3.2.ebuild
Normal file
43
app-emacs/vm/vm-8.3.2.ebuild
Normal file
@@ -0,0 +1,43 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=9
|
||||
|
||||
inherit autotools elisp
|
||||
|
||||
DESCRIPTION="The VM mail reader for Emacs"
|
||||
HOMEPAGE="https://gitlab.com/emacs-vm/vm"
|
||||
SRC_URI="https://gitlab.com/emacs-vm/${PN}/-/archive/${PV}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
|
||||
|
||||
BDEPEND="sys-apps/texinfo"
|
||||
|
||||
SITEFILE="50${PN}-gentoo.el"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--with-emacs="emacs" \
|
||||
--with-lispdir="${SITELISP}/${PN}" \
|
||||
--with-etcdir="${SITEETC}/${PN}" \
|
||||
--with-docdir="/usr/share/doc/${PF}"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install
|
||||
elisp-site-file-install "${FILESDIR}/${SITEFILE}"
|
||||
|
||||
# NEWS is accessed from lisp and must not be compressed
|
||||
docompress -x /usr/share/doc/${PF}/NEWS
|
||||
}
|
||||
Reference in New Issue
Block a user