mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
routerkeygen: bump to 20190721, sync *9999 and fix metadata.missing
This commit is contained in:
parent
eeec6ca428
commit
9e971d92e4
4 changed files with 57 additions and 24 deletions
8
app-crypt/routerkeygen/metadata.xml
Normal file
8
app-crypt/routerkeygen/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
1
app-crypt/routerkeygen/routerkeygen-20190721.ebuild
Symbolic link
1
app-crypt/routerkeygen/routerkeygen-20190721.ebuild
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
./routerkeygen-99999999.ebuild
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit cmake-utils git-r3
|
||||
|
||||
DESCRIPTION="generate default WPA/WEP keys for some routers"
|
||||
HOMEPAGE="https://routerkeygen.github.io/"
|
||||
EGIT_REPO_URI="https://github.com/routerkeygen/routerkeygenPC.git"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-qt/qtscript
|
||||
dev-qt/qtnetwork
|
||||
dev-qt/qtwidgets
|
||||
dev-libs/openssl:0=
|
||||
dev-qt/qtdbus
|
||||
dev-qt/qtgui
|
||||
dev-qt/qtcore"
|
||||
RDEPEND="${DEPEND}"
|
||||
48
app-crypt/routerkeygen/routerkeygen-99999999.ebuild
Normal file
48
app-crypt/routerkeygen/routerkeygen-99999999.ebuild
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils git-r3 xdg-utils
|
||||
|
||||
DESCRIPTION="Generates WPA/WEP keys based on MAC and/or BSSID"
|
||||
HOMEPAGE="https://routerkeygen.github.io/"
|
||||
|
||||
EGIT_REPO_URI="https://github.com/routerkeygen/routerkeygenPC"
|
||||
if [[ ${PV} != *9999 ]]; then
|
||||
#EGIT_COMMIT="${PV}"
|
||||
EGIT_COMMIT="c1f166555f6620d21b9767682dc79346806e2f5e" # 20190721
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="dev-qt/qtscript:5
|
||||
dev-qt/qtnetwork:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-libs/openssl:0=
|
||||
dev-qt/qtdbus:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtcore:5"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="dev-qt/linguist-tools:5"
|
||||
|
||||
src_prepare() {
|
||||
sed -i \
|
||||
-e "s:DESTINATION \${ROUTERKEYGEN_DOC_DIR}:DESTINATION /usr/share/doc/${PF}:g" \
|
||||
CMakeLists.txt || die
|
||||
|
||||
cmake-utils_src_prepare
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_icon_cache_update
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
Loading…
Reference in a new issue