-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
app-exploits/packetstormexploits-meta/packetstormexploits-meta-2024.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Copyright 1999-2024 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
DESCRIPTION="Meta ebuild of packetstorm exploits" | ||
HOMEPAGE="http://packetstormsecurity.net" | ||
LICENSE="HPND" | ||
SLOT="0" | ||
KEYWORDS="amd64 arm64 x86" | ||
|
||
IUSE="2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 +2022 +2023 +2024" | ||
|
||
RDEPEND=" | ||
2012? ( app-exploits/packetstormexploits:2012 ) | ||
2013? ( app-exploits/packetstormexploits:2013 ) | ||
2014? ( app-exploits/packetstormexploits:2014 ) | ||
2015? ( app-exploits/packetstormexploits:2015 ) | ||
2016? ( app-exploits/packetstormexploits:2016 ) | ||
2017? ( app-exploits/packetstormexploits:2017 ) | ||
2018? ( app-exploits/packetstormexploits:2018 ) | ||
2019? ( app-exploits/packetstormexploits:2019 ) | ||
2020? ( app-exploits/packetstormexploits:2020 ) | ||
2021? ( app-exploits/packetstormexploits:2021 ) | ||
2022? ( app-exploits/packetstormexploits:2022 ) | ||
2023? ( app-exploits/packetstormexploits:2023 ) | ||
2024? ( app-exploits/packetstormexploits:2024 ) | ||
" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
app-exploits/packetstormexploits/packetstormexploits-2024.12.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
packetstormexploits-2013.12.ebuild |