Compare commits

...

3 Commits

Author SHA1 Message Date
Alfred Wingate
c838e9c38c
profiles: unmask gen-pkgs
Signed-off-by: Alfred Wingate <parona@protonmail.com>
2023-12-04 12:41:24 +02:00
Alfred Wingate
38e50a4965
app-portage/gen-pkgs: drop 1.0.0
Signed-off-by: Alfred Wingate <parona@protonmail.com>
2023-12-04 12:41:00 +02:00
Alfred Wingate
45a1d83ede
app-portage/gen-pkgs: add 1.2.0
Signed-off-by: Alfred Wingate <parona@protonmail.com>
2023-12-04 12:41:00 +02:00
4 changed files with 9 additions and 16 deletions

View File

@ -1 +1 @@
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

View File

@ -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() {

View File

@ -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() {

View File

@ -8,7 +8,6 @@ net-analyzer/nutty
# Indiscriminate mask of packages with NonsolvableDepsInStable # Indiscriminate mask of packages with NonsolvableDepsInStable
# Fix or remove # Fix or remove
app-emacs/ement-extras app-emacs/ement-extras
app-portage/gen-pkgs
dev-lang/fstar dev-lang/fstar
games-fps/quake15 games-fps/quake15
games-rpg/fallout1 games-rpg/fallout1