Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

master #1878

Merged
merged 1 commit into from
May 2, 2024
Merged

master #1878

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions net-proxy/burpsuite/burpsuite-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand All @@ -8,6 +8,10 @@ inherit desktop java-pkg-2 xdg
DESCRIPTION="Interactive proxy for attacking and debugging web applications"
HOMEPAGE="https://portswigger.net/burp/"

S=${WORKDIR}
LICENSE="BURP"
SLOT="0"

# https://portswigger.net/burp/releases
# https://portswigger.net/burp/releases/professional/latest
MY_PV=${PV/_rc/}
Expand All @@ -29,14 +33,9 @@ else
KEYWORDS="amd64 x86"
fi

LICENSE="BURP"
SLOT="0"

BDEPEND="app-arch/zip"
RDEPEND=">=virtual/jre-11"

S=${WORKDIR}

src_unpack() {
cp "${DISTDIR}/${A}" "${S}"
}
Expand Down