app-emacs/geo - 2.0 (akater)

Search

Install

Install this version:

emerge -a =app-emacs/geo-2.0

Package Information

Description:
Geolocation library for Emacs
Homepage:
https://git.sr.ht/~oldosfan/geo-xdg.el
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
2.0 8 amd64 ~arm ~arm64 ~x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
NEED_EMACS="24"

MY_PN="elisp-${PN}-mirror"
MY_P="${MY_PN}-${PV}"
inherit autotools

DESCRIPTION="Geolocation library for Emacs"
HOMEPAGE="https://git.sr.ht/~oldosfan/geo-xdg.el"

SRC_URI="https://gitlab.com/akater/${MY_PN}/-/archive/${PV}/${MY_P}.tar.gz -> ${P}.tar.gz"
RESTRICT="mirror"
KEYWORDS="amd64 ~arm ~arm64 ~x86"

LICENSE="GPL-3"
SLOT="0"
DOCS=( "NEWS" "manual.org" )

PATCHES="${FILESDIR}/${P}-include-bdeps.patch"

S="${WORKDIR}/${MY_P}"

BDEPEND="
	app-emacs/async
"
RDEPEND=">=app-editors/emacs-24[dbus]
		app-emacs/async
		net-misc/networkmanager
"

src_configure() {
	eautoreconf
	econf
}

src_compile() {
	emake all
}

Inherited Eclasses

Dependencies

RDEPEND

>=app-editors/emacs-24[dbus]
		app-emacs/async
		net-misc/networkmanager

BDEPEND

	app-emacs/async

Manifest for 2.0

Type File Size Source URLs
DIST geo-2.0.tar.gz 51248 bytes https://gitlab.com/akater/elisp-geo-mirror/-/archive/2.0/elisp-geo-mirror-2.0.tar.gz