public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gsa/
Date: Tue, 14 Nov 2023 07:53:18 +0000 (UTC)	[thread overview]
Message-ID: <1699948346.d36428a706343e441c496caae29e752e2fedefd3.flow@gentoo> (raw)

commit:     d36428a706343e441c496caae29e752e2fedefd3
Author:     Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com>
AuthorDate: Mon Nov 13 19:45:08 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Nov 14 07:52:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d36428a7

net-analyzer/gsa: drop 21.4.4

Signed-off-by: Giuseppe Foti <foti.giuseppe <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33800
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-analyzer/gsa/Manifest          |  2 --
 net-analyzer/gsa/gsa-21.4.4.ebuild | 42 --------------------------------------
 2 files changed, 44 deletions(-)

diff --git a/net-analyzer/gsa/Manifest b/net-analyzer/gsa/Manifest
index 63a1e52cdb0c..fd260a113633 100644
--- a/net-analyzer/gsa/Manifest
+++ b/net-analyzer/gsa/Manifest
@@ -1,4 +1,2 @@
-DIST gsa-21.4.2-node_modules.tar.gz 86572528 BLAKE2B 1aec3d8636241d7cd4ca591133cdadd26d349bf4342ee1595a678871617b4b3a763348a7a0e6d44b50780f330362131d7ba72953a40f53e79b1f9709775999fb SHA512 c44f3822864b9f68cbfe0e4052b2295ab74cb2c429cd9aa667b19b8cfb423c49dc65b1455f785abecdc4329f31b43fe368b0bd5276b4ad95d5fa2e208bb4a4ec
-DIST gsa-21.4.4.tar.gz 2471442 BLAKE2B b3ac937a87038d93e90223f7c33d087b0dbb043c4fcaa8a00c9d44148e686c064fdcc311899b7b3b4084658d23193bc128fb809f22621583898551f4348ece6f SHA512 5a7b45132a049adf608ccd8988d69a415290cc57d6e7537835a78e19aafb5dfdf204197576f69277726587efaccce189c1ccab55c43e5a0a7855c538b3bc4b67
 DIST gsa-22.7.1.tar.gz 3607415 BLAKE2B eef4d67f7fa5368eac3b0ea74196c16c4a1d9087a5e7e8012f67bb92682a63be85edca5cba2839d7303a2dee593433058b8272916f9876efc8e185fd5d7d9304 SHA512 0716c29197467a4b3443e14cd07f69bc3bf128efd7244fbadb65824294b00f45e249f47b0be7368256fa600e836503b4351caa16696cb313138076f1f40fd38a
 DIST gsa-node-modules-22.7.1.tar.xz 27819872 BLAKE2B cb1d7e4bb18f87430f948e18f8eb3e77b3d431475cc007df55041baabce2d855db8295ab90ffafaef4001173e1dbf98916a5d67dcd3dd7672e1caf766c92fa0e SHA512 dac4f2f886e060b1a17f0174851191989e53b78232c9829b7c05da9b05e9eea99b13e458123dd15acdd6be0000d80f964820f766a93ab081fcd27d40f325d68d

diff --git a/net-analyzer/gsa/gsa-21.4.4.ebuild b/net-analyzer/gsa/gsa-21.4.4.ebuild
deleted file mode 100644
index c806a73a5931..000000000000
--- a/net-analyzer/gsa/gsa-21.4.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_NODE_N="node_modules"
-MY_NODE_PV="21.4.2"
-
-DESCRIPTION="Greenbone Security Assistant"
-HOMEPAGE="https://www.greenbone.net https://github.com/greenbone/gsa"
-SRC_URI="
-	https://github.com/greenbone/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
-	https://github.com/greenbone/${PN}/releases/download/v${MY_NODE_PV}/gsa-node-modules-${MY_NODE_PV}.tar.gz -> ${PN}-${MY_NODE_PV}-${MY_NODE_N}.tar.gz
-"
-
-SLOT="0"
-LICENSE="AGPL-3+"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-	>=net-libs/nodejs-14.0.0[ssl]
-	>=sys-apps/yarn-1.15.2
-"
-
-MY_NODE_DIR="${S}/${MY_NODE_N}/"
-
-src_prepare() {
-	default
-	# We will use pre-generated npm stuff.
-	mv "${WORKDIR}/${MY_NODE_N}" "${MY_NODE_DIR}" || die "couldn't move node_modules"
-}
-
-src_compile() {
-	# setting correct PATH for finding react-js
-	NODE_ENV=production PATH="${PATH}:${MY_NODE_DIR}/.bin/" \
-			yarn --offline build || die
-}
-
-src_install() {
-	insinto "usr/share/gvm/gsad/web"
-	doins -r build/*
-}


             reply	other threads:[~2023-11-14  7:53 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-14  7:53 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-14 10:09 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gsa/ Florian Schmaus
2024-02-28 20:50 Jakov Smolić
2024-01-23 13:30 Florian Schmaus
2023-12-01  9:55 Florian Schmaus
2023-11-21  8:01 Florian Schmaus
2023-10-14 15:05 Florian Schmaus
2023-10-04  7:44 Florian Schmaus
2023-09-27  6:58 Florian Schmaus
2023-07-28 14:28 Florian Schmaus
2023-07-28 11:59 Florian Schmaus
2023-07-28  7:21 Florian Schmaus
2023-07-03  8:15 Florian Schmaus
2023-07-03  8:15 Florian Schmaus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1699948346.d36428a706343e441c496caae29e752e2fedefd3.flow@gentoo \
    --to=flow@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox