mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
Merge updates from master
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 2021 Gentoo Authors
|
# Copyright 2021-2022 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..10} pypy3 )
|
|||||||
DISTUTILS_USE_SETUPTOOLS="pyproject.toml"
|
DISTUTILS_USE_SETUPTOOLS="pyproject.toml"
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
DESCRIPTION="Transliterate Cyrillic → Latin in every possible way"
|
DESCRIPTION="Transliterate Cyrillic to Latin in every possible way"
|
||||||
HOMEPAGE="
|
HOMEPAGE="
|
||||||
https://dangry.ru/iuliia/
|
https://dangry.ru/iuliia/
|
||||||
https://pypi.org/project/iuliia
|
https://pypi.org/project/iuliia
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 2021 Gentoo Authors
|
# Copyright 2021-2022 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@@ -31,6 +31,13 @@ src_test() {
|
|||||||
emake 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() {
|
src_install() {
|
||||||
emake DESTDIR="${D}" PREFIX="/usr" install
|
emake DESTDIR="${D}" PREFIX="/usr" install
|
||||||
}
|
}
|
||||||
@@ -33,12 +33,14 @@ DEPEND="
|
|||||||
dev-libs/libretls
|
dev-libs/libretls
|
||||||
dev-libs/openssl:=
|
dev-libs/openssl:=
|
||||||
"
|
"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
virtual/pkgconfig
|
virtual/pkgconfig
|
||||||
virtual/yacc
|
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"
|
VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/signify-keys/${PN}-$(ver_cut 1-2).pub"
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
MY_PN="${PN#openpgp-key-}"
|
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"
|
HOMEPAGE="https://gmi.skyjake.fi"
|
||||||
SRC_URI="https://gmi.skyjake.fi/pgp_public_key.txt -> ${P}.asc"
|
SRC_URI="https://gmi.skyjake.fi/pgp_public_key.txt -> ${P}.asc"
|
||||||
S="${WORKDIR}"
|
S="${WORKDIR}"
|
||||||
|
|||||||
5
sec-keys/signify-keys-gmid/metadata.xml
Normal file
5
sec-keys/signify-keys-gmid/metadata.xml
Normal 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>
|
||||||
5
sec-keys/signify-keys-telescope/metadata.xml
Normal file
5
sec-keys/signify-keys-telescope/metadata.xml
Normal 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>
|
||||||
Reference in New Issue
Block a user