app-i18n/dvp - 1.2.1 (gentoo-zh)

Search

Install

Install this version:

emerge -a =app-i18n/dvp-1.2.1

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

autounmask =app-i18n/dvp-1.2.1

Or alternatively:

emerge --autounmask-write -a =app-i18n/dvp-1.2.1

Package Information

Description:
The kbd keymap for Programmer Dvorak
Homepage:
https://www.kaufmann.no/roland/dvorak/index.html
License:
Programmer-Dvorak

Ebuild Details

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

EAPI=7

MY_PV=${PV//./_}
MY_P="${PN}-${MY_PV}"

DESCRIPTION="The kbd keymap for Programmer Dvorak"
HOMEPAGE="https://www.kaufmann.no/roland/dvorak/index.html"
SRC_URI="https://www.kaufmann.no/downloads/linux/${MY_P}.map.gz"

S="${WORKDIR}"
LICENSE="Programmer-Dvorak"
SLOT="0"
KEYWORDS="~amd64 ~mips ~x86"

DEPEND="app-arch/gzip"
RDEPEND="sys-apps/kbd"

src_prepare() {
	eapply_user
	mv ${MY_P}.map dvp.map
	gzip -9 dvp.map
}

src_install() {
	insinto /usr/share/keymaps/i386/dvorak
	doins dvp.map.gz
}

Dependencies

DEPEND

app-arch/gzip

RDEPEND

sys-apps/kbd

Manifest for 1.2.1

Type File Size Source URLs
DIST dvp-1_2_1.map.gz 4435 bytes https://www.kaufmann.no/downloads/linux/dvp-1_2_1.map.gz