app-portage/gen-pkgs: add 1.2.0
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
17d2ab2402
commit
45a1d83ede
@ -1 +1,2 @@
|
|||||||
DIST gen-pkgs-1.0.0.tar.gz 15378 BLAKE2B dc157a9129557cb7cd9f01ca6f7a8fcd0ac3192e30ac52be289789351f5cfacebb1f184b452e594b42038c6840b61cb1b117167533971a1ac3cf7eab29a4a971 SHA512 b06d810140629d72f9737607d36b45211df6d376bcd0b4d27af28420c4b1e1905181299f6b3d58271e12106c1b728a44401a615d59ca3404d837dbaf9987b274
|
DIST gen-pkgs-1.0.0.tar.gz 15378 BLAKE2B dc157a9129557cb7cd9f01ca6f7a8fcd0ac3192e30ac52be289789351f5cfacebb1f184b452e594b42038c6840b61cb1b117167533971a1ac3cf7eab29a4a971 SHA512 b06d810140629d72f9737607d36b45211df6d376bcd0b4d27af28420c4b1e1905181299f6b3d58271e12106c1b728a44401a615d59ca3404d837dbaf9987b274
|
||||||
|
DIST gen-pkgs-1.2.0.tar.bz2 14723 BLAKE2B b997eea39ded852abf9fc5bde42e587ef5b4486641da9143275d1a89b3632f9e25d56ef0722612fb537f1fc7f4370979a50d5f9d50825048a8dd0b419803e349 SHA512 01d0265909a3a49437a7dfab77750a1550625c58588fa25b405c1b279796cdc68f57eec899ab0f035df9541abef8647dfec973f225f9bd886fc7a2d6f006608e
|
||||||
|
35
app-portage/gen-pkgs/gen-pkgs-1.2.0.ebuild
Normal file
35
app-portage/gen-pkgs/gen-pkgs-1.2.0.ebuild
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
DESCRIPTION="Create HTML page based off of a given overlay URL"
|
||||||
|
HOMEPAGE="https://gitlab.com/src_prepare/gen-pkgs"
|
||||||
|
|
||||||
|
if [[ "${PV}" == *9999* ]]; then
|
||||||
|
inherit git-r3
|
||||||
|
EGIT_REPO_URI="
|
||||||
|
https://gitlab.com/src_prepare/${PN}.git
|
||||||
|
https://github.com/xgqt/${PN}.git
|
||||||
|
"
|
||||||
|
else
|
||||||
|
SRC_URI="
|
||||||
|
https://gitlab.com/src_prepare/${PN}/-/archive/${PV}/${P}.tar.bz2
|
||||||
|
"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
fi
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
app-portage/euscan-ng
|
||||||
|
app-portage/gentoolkit
|
||||||
|
dev-util/pkgcheck
|
||||||
|
"
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
default
|
||||||
|
|
||||||
|
newbin gen-pkgs.sh gen-pkgs
|
||||||
|
}
|
@ -1,7 +1,7 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2023 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=7
|
EAPI=8
|
||||||
|
|
||||||
DESCRIPTION="Create HTML page based off of a given overlay URL"
|
DESCRIPTION="Create HTML page based off of a given overlay URL"
|
||||||
HOMEPAGE="https://gitlab.com/src_prepare/gen-pkgs"
|
HOMEPAGE="https://gitlab.com/src_prepare/gen-pkgs"
|
||||||
@ -14,21 +14,18 @@ if [[ "${PV}" == *9999* ]]; then
|
|||||||
"
|
"
|
||||||
else
|
else
|
||||||
SRC_URI="
|
SRC_URI="
|
||||||
https://gitlab.com/src_prepare/${PN}/-/archive/${PV}/${PN}-${PV}.tar.gz
|
https://gitlab.com/src_prepare/${PN}/-/archive/${PV}/${P}.tar.bz2
|
||||||
https://github.com/xgqt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
|
|
||||||
"
|
"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
RESTRICT="mirror"
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
app-portage/euscan-ng
|
app-portage/euscan-ng
|
||||||
app-portage/gentoolkit
|
app-portage/gentoolkit
|
||||||
app-portage/repoman
|
dev-util/pkgcheck
|
||||||
sys-apps/busybox
|
|
||||||
"
|
"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
|
Loading…
Reference in New Issue
Block a user