mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-01 11:11:08 +02:00
pentoo/pentoo: qa updates
This commit is contained in:
parent
0f86dd0522
commit
9d39a3a1f1
2 changed files with 31 additions and 7 deletions
29
pentoo/pentoo/metadata.xml
Normal file
29
pentoo/pentoo/metadata.xml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>sidhayn@gmail.com</email>
|
||||
<name>Zero_Chaos</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="analyzer">Pull in pentoo metapackage pentoo-analyzer</flag>
|
||||
<flag name="cracking">Pull in pentoo metapackage pentoo-cracking</flag>
|
||||
<flag name="database">Pull in pentoo metapackage pentoo-database</flag>
|
||||
<flag name="desktop">Pull in pentoo metapackage pentoo-desktop</flag>
|
||||
<flag name="exploit">Pull in pentoo metapackage pentoo-exploit</flag>
|
||||
<flag name="footprint">Pull in pentoo metapackage pentoo-footprint</flag>
|
||||
<flag name="forensics">Pull in pentoo metapackage pentoo-forensics</flag>
|
||||
<flag name="forging">Pull in pentoo metapackage pentoo-forging</flag>
|
||||
<flag name="fuzzers">Pull in pentoo metapackage pentoo-fuzzers</flag>
|
||||
<flag name="misc">Pull in pentoo metapackage pentoo-misc</flag>
|
||||
<flag name="mitm">Pull in pentoo metapackage pentoo-mitm</flag>
|
||||
<flag name="mobile">Pull in pentoo metapackage pentoo-mobile</flag>
|
||||
<flag name="nfc">Pull in pentoo metapackage pentoo-nfc</flag>
|
||||
<flag name="pentoo">Master pentoo use flag indicating we are on a Pentoo system</flag>
|
||||
<flag name="proxies">Pull in pentoo metapackage pentoo-proxies</flag>
|
||||
<flag name="radio">Pull in pentoo metapackage pentoo-radio</flag>
|
||||
<flag name="rce">Pull in pentoo metapackage pentoo-rce</flag>
|
||||
<flag name="voip">Pull in pentoo metapackage pentoo-voip</flag>
|
||||
<flag name="wireless">Pull in pentoo metapackage pentoo-wireless</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2023 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="5"
|
||||
EAPI=8
|
||||
|
||||
KEYWORDS="amd64 arm x86"
|
||||
DESCRIPTION="Pentoo meta ebuild to install all apps"
|
||||
|
|
@ -13,11 +13,6 @@ IUSE="+analyzer +bluetooth +cracking +database +desktop +exploit +footprint +for
|
|||
+forging +fuzzers +misc +mitm +mobile +nfc pentoo +proxies +radio +rce \
|
||||
+scanner +voip +wireless"
|
||||
|
||||
DEPEND="!pentoo/pentoo-etc-portage
|
||||
pentoo? ( !<pentoo/pentoo-system-2014.3-r1 )"
|
||||
|
||||
RDEPEND="pentoo? ( !<pentoo/pentoo-system-2014.3-r1 )"
|
||||
|
||||
PDEPEND="analyzer? ( pentoo/pentoo-analyzer )
|
||||
bluetooth? ( pentoo/pentoo-bluetooth )
|
||||
cracking? ( pentoo/pentoo-cracking )
|
||||
Loading…
Reference in a new issue