mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
genmenu: fldigi needs --help
This commit is contained in:
parent
cb36424853
commit
8bf4fc3f58
4 changed files with 11 additions and 8 deletions
|
|
@ -1 +1 @@
|
|||
DIST genmenu-0.0_p20200826.tar.gz 374987 BLAKE2B 37c090ae63c646452e28928807110557dbb2937c0aa4ec298c2c248c5502d10d3ec0f12e7861869223bccc98a1667e84b07c0c7da772e3011a824624c6a767c6 SHA512 c820ea8f71232beb4b4d4c8848c85798cf06ec507a02045954a5b2ef8a9e333be91f58e7d56e7e16575701f7478ed0c03b0fc0d1423de54e0eeedfd421fed6f5
|
||||
DIST genmenu-0.0_p20230623.tar.gz 374981 BLAKE2B 5886291c58fa0500c8697d8da4e9f3289ac174322c8b7e0b189224c0957929901f632db1a2e48fde9758ecf1c31dc2ca5520a2fcab09e4e64194afc3d2ea8345 SHA512 b911f75b3cf37fbdbd4a048ce3b0dbe3472f329141f63b57459b8aca16ecda8557156dec013283483ce14b41bf412af53e3877ffcbbe6834ce1e82c04940d256
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
inherit python-single-r1
|
||||
|
|
@ -17,7 +17,7 @@ if [ "${PV}" = "9999" ];then
|
|||
EGIT_REPO_URI="https://github.com/pentoo/genmenu.git"
|
||||
else
|
||||
KEYWORDS="amd64 x86"
|
||||
COMMIT="dac9f9eaff891d6de9def7fe659e88c56367b038"
|
||||
COMMIT="8d6582b0c44a3f17859833ada957f80d9432fb0b"
|
||||
SRC_URI="https://github.com/pentoo/genmenu/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${COMMIT}"
|
||||
fi
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
inherit python-single-r1
|
||||
|
|
|
|||
|
|
@ -2,7 +2,10 @@
|
|||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>unknown@pentoo.ch</email>
|
||||
<name>Author Unknown</name>
|
||||
<email>sidhayn@gmail.com</email>
|
||||
<name>Zero_Chaos</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">pentoo/genmenu</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
|
|||
Loading…
Reference in a new issue