app-admin/himitsu-keyring - 0.2.0 (guru)

Search

Install

Install this version:

emerge -a =app-admin/himitsu-keyring-0.2.0

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

autounmask =app-admin/himitsu-keyring-0.2.0

Or alternatively:

emerge --autounmask-write -a =app-admin/himitsu-keyring-0.2.0

Package Information

Description:
graphical frontend for managing a Himitsu key store
Homepage:
https://git.sr.ht/~martijnbraam/keyring
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.2.0 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )

inherit meson python-single-r1 xdg

DESCRIPTION="graphical frontend for managing a Himitsu key store"
HOMEPAGE="https://git.sr.ht/~martijnbraam/keyring"
SRC_URI="https://git.sr.ht/~martijnbraam/keyring/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/keyring-${PV}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="
	${PYTHON_DEPS}
	$(python_gen_cond_dep 'dev-python/pygobject[${PYTHON_USEDEP}]')
	x11-libs/gtk+:3[introspection]
	gui-libs/libhandy:=
"
DEPEND="${RDEPEND}"

src_prepare() {
	default

	sed -i "s;@PYTHON@;/usr/bin/${EPYTHON};g" himitsu_gtk/himitsu-keyring.in || die
}

Inherited Eclasses

xdg

Dependencies

DEPEND

	${PYTHON_DEPS}
	$(python_gen_cond_dep 'dev-python/pygobject[${PYTHON_USEDEP}]')
	x11-libs/gtk+:3[introspection]
	gui-libs/libhandy:=

RDEPEND

	${PYTHON_DEPS}
	$(python_gen_cond_dep 'dev-python/pygobject[${PYTHON_USEDEP}]')
	x11-libs/gtk+:3[introspection]
	gui-libs/libhandy:=

Manifest for 0.2.0

Type File Size Source URLs
DIST himitsu-keyring-0.2.0.tar.gz 16156 bytes https://git.sr.ht/~martijnbraam/keyring/archive/0.2.0.tar.gz