Merge updates from master

This commit is contained in:
Repository mirror & CI
2022-01-02 19:06:33 +00:00
6 changed files with 26 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2021 Gentoo Authors
# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..10} pypy3 )
DISTUTILS_USE_SETUPTOOLS="pyproject.toml"
inherit distutils-r1
DESCRIPTION="Transliterate Cyrillic Latin in every possible way"
DESCRIPTION="Transliterate Cyrillic to Latin in every possible way"
HOMEPAGE="
https://dangry.ru/iuliia/
https://pypi.org/project/iuliia

View File

@@ -1,4 +1,4 @@
# Copyright 2021 Gentoo Authors
# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -31,6 +31,13 @@ src_test() {
emake test
}
src_prepare() {
default
sed -i Makefile -e "s/^VERSION=.\+$/VERSION=${PVR}/" \
|| die "Cannot fix doc location to follow Gentoo/FHS guidelines"
}
src_install() {
emake DESTDIR="${D}" PREFIX="/usr" install
}

View File

@@ -33,12 +33,14 @@ DEPEND="
dev-libs/libretls
dev-libs/openssl:=
"
RDEPEND="${DEPEND}"
BDEPEND="
virtual/pkgconfig
virtual/yacc
verify-sig? ( sec-keys/signify-keys-gmid:$(ver_cut 1-2) )
"
RDEPEND="${DEPEND}"
if [[ ${PV} != 9999 ]]; then
BDEPEND+="verify-sig? ( sec-keys/signify-keys-gmid:$(ver_cut 1-2) )"
fi
VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/signify-keys/${PN}-$(ver_cut 1-2).pub"

View File

@@ -1,10 +1,10 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PN="${PN#openpgp-key-}"
DESCRIPTION="OpenPGP keys used by Jaakko Keränen"
DESCRIPTION="OpenPGP keys used by Jaakko Keranen"
HOMEPAGE="https://gmi.skyjake.fi"
SRC_URI="https://gmi.skyjake.fi/pgp_public_key.txt -> ${P}.asc"
S="${WORKDIR}"

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- Maintainer Needed -->
</pkgmetadata>

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- Maintainer Needed -->
</pkgmetadata>