app-emacs/request - 0.3.2 (graaff)

Search

Install

Install this version:

emerge -a =app-emacs/request-0.3.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-emacs/request-0.3.2

Or alternatively:

emerge --autounmask-write -a =app-emacs/request-0.3.2

Package Information

Description:
an elisp HTTP library
Homepage:
https://github.com/tkf/emacs-request
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.3.2 7 ~amd64 0
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit elisp

IUSE=""

DESCRIPTION="an elisp HTTP library"
HOMEPAGE="https://github.com/tkf/emacs-request"
SRC_URI="https://github.com/tkf/emacs-request/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/emacs-request-${PV}"

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

DOCS="README.rst"

# tests depend on cask
RESTRICT=test

src_prepare() {
	# deferred support appears experimental and not published on melpa
	rm -f request-deferred.el || die

	default
}

Inherited Eclasses

Manifest for 0.3.2

Type File Size Source URLs
DIST request-0.3.2.tar.gz 47511 bytes https://github.com/tkf/emacs-request/archive/v0.3.2.tar.gz