mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
app-emacs/emacs-el-fetch: new package; add 3.2.1
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
1
app-emacs/emacs-el-fetch/Manifest
Normal file
1
app-emacs/emacs-el-fetch/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST emacs-el-fetch-3.2.1.tar.bz2 18093 BLAKE2B b09d9bb77834f77597e92115f5055b0f17fa466ec695b5e8855cbc445ae2fda00f9a951a8b45b43e12eaf0846b7e2e3533091e9b2a879b2220edaeb40050029d SHA512 c46713d1d51c55715d7ffc165d89b5ae56a7f93aea894111da24547d02ed0c8cf3bc9c2deaa5a9a762ac5d699a6558b6215c55c207413d25bbfe52624ba86148
|
||||
36
app-emacs/emacs-el-fetch/emacs-el-fetch-3.2.1.ebuild
Normal file
36
app-emacs/emacs-el-fetch/emacs-el-fetch-3.2.1.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
NEED_EMACS=25.1
|
||||
|
||||
inherit elisp
|
||||
|
||||
DESCRIPTION="Show system information in Neofetch-like style inside Emacs"
|
||||
HOMEPAGE="https://gitlab.com/xgqt/emacs-el-fetch/"
|
||||
|
||||
if [[ ${PV} == *9999* ]] ; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/xgqt/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://gitlab.com/xgqt/${PN}/-/archive/${PV}/${P}.tar.bz2"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
BDEPEND="test? ( app-emacs/buttercup )"
|
||||
|
||||
src_compile() {
|
||||
emake compile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
einstalldocs
|
||||
elisp-install ${PN} "${S}"/src/el-fetch/*.el{,c}
|
||||
elisp-site-file-install "${S}"/extras/gentoo/50el-fetch-gentoo.el
|
||||
}
|
||||
36
app-emacs/emacs-el-fetch/emacs-el-fetch-9999.ebuild
Normal file
36
app-emacs/emacs-el-fetch/emacs-el-fetch-9999.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
NEED_EMACS=25.1
|
||||
|
||||
inherit elisp
|
||||
|
||||
DESCRIPTION="Show system information in Neofetch-like style inside Emacs"
|
||||
HOMEPAGE="https://gitlab.com/xgqt/emacs-el-fetch/"
|
||||
|
||||
if [[ ${PV} == *9999* ]] ; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/xgqt/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://gitlab.com/xgqt/${PN}/-/archive/${PV}/${P}.tar.bz2"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
BDEPEND="test? ( app-emacs/buttercup )"
|
||||
|
||||
src_compile() {
|
||||
emake compile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
einstalldocs
|
||||
elisp-install ${PN} "${S}"/src/el-fetch/*.el{,c}
|
||||
elisp-site-file-install "${S}"/extras/gentoo/50el-fetch-gentoo.el
|
||||
}
|
||||
18
app-emacs/emacs-el-fetch/metadata.xml
Normal file
18
app-emacs/emacs-el-fetch/metadata.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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>
|
||||
<stabilize-allarches />
|
||||
<upstream>
|
||||
<maintainer status="active">
|
||||
<email>xgqt@riseup.net</email>
|
||||
<name>Maciej Barć</name>
|
||||
</maintainer>
|
||||
<bugs-to>https://gitlab.com/xgqt/emacs-el-fetch/-/issues/</bugs-to>
|
||||
<remote-id type="gitlab">xgqt/emacs-el-fetch</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user