commit: 09a9c36ff920030509b172c1d28b181e45b63718 Author: ingenarel <ingenarelitems <AT> gmail <DOT> com> AuthorDate: Wed Nov 19 10:39:32 2025 +0000 Commit: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> CommitDate: Wed Nov 19 10:41:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=09a9c36f
www-servers/quark: add 0_pre20220817; use an ebuild template Closes: https://bugs.gentoo.org/955535 Signed-off-by: ingenarel <ingenarelitems <AT> gmail.com> www-servers/quark/{quark-9999.ebuild => quark-0_pre20220817.ebuild} | 4 ++++ www-servers/quark/quark-9999.ebuild | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/www-servers/quark/quark-9999.ebuild b/www-servers/quark/quark-0_pre20220817.ebuild similarity index 82% copy from www-servers/quark/quark-9999.ebuild copy to www-servers/quark/quark-0_pre20220817.ebuild index 88e885d238..4ea5486d2b 100644 --- a/www-servers/quark/quark-9999.ebuild +++ b/www-servers/quark/quark-0_pre20220817.ebuild @@ -9,6 +9,10 @@ DESCRIPTION="A small, GET-only static HTTP server" HOMEPAGE="https://tools.suckless.org/quark/" EGIT_REPO_URI="https://git.suckless.org/quark/" +if [[ ${PV} != *9999* ]]; then + EGIT_COMMIT="5ad0df91757fbc577ffceeca633725e962da345d" +fi + LICENSE="ISC" SLOT="0" diff --git a/www-servers/quark/quark-9999.ebuild b/www-servers/quark/quark-9999.ebuild index 88e885d238..7da530d9b0 100644 --- a/www-servers/quark/quark-9999.ebuild +++ b/www-servers/quark/quark-9999.ebuild @@ -9,6 +9,10 @@ DESCRIPTION="A small, GET-only static HTTP server" HOMEPAGE="https://tools.suckless.org/quark/" EGIT_REPO_URI="https://git.suckless.org/quark/" +if [[ ${PV} != *9999* ]]; then + EGIT_COMMIT="" +fi + LICENSE="ISC" SLOT="0"
