app-emacs/language-detection - 20161123 (graaff)

Search

Install

Install this version:

emerge -a =app-emacs/language-detection-20161123

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

autounmask =app-emacs/language-detection-20161123

Or alternatively:

emerge --autounmask-write -a =app-emacs/language-detection-20161123

Package Information

Description:
Automatically detect the programming language in a buffer or string
Homepage:
https://github.com/andreasjansson/language-detection.el
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
20161123 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

COMMIT=54a6ecf55304fba7d215ef38a4ec96daff2f35a4

IUSE=""

DESCRIPTION="Automatically detect the programming language in a buffer or string"
HOMEPAGE="https://github.com/andreasjansson/language-detection.el"
SRC_URI="https://github.com/andreasjansson/language-detection.el/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/language-detection.el-${COMMIT}"

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

DOCS="README.md"

Inherited Eclasses

Manifest for 20161123

Type File Size Source URLs
DIST language-detection-20161123.tar.gz 63734810 bytes https://github.com/andreasjansson/language-detection.el/archive/54a6ecf55304fba7d215ef38a4ec96daff2f35a4.tar.gz