app-emacs/xr - 2.2 (akater)

Search

Install

Install this version:

emerge -a =app-emacs/xr-2.2

Package Information

Description:
Convert string regexp to rx notation

Ebuild Details

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

EAPI=8
NEED_EMACS="27.1"

ELPA_CONTAINER_KIND=tar
inherit elpa

DESCRIPTION="Convert string regexp to rx notation"

# No releases, no tags
# SRC_URI="
# 	!test? ( ${SRC_URI} )
# 	test? ( https://github.com/mattiase/xr/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz )"

KEYWORDS="amd64 ~x86"

SLOT="0"

Inherited Eclasses