summaryrefslogtreecommitdiff
path: root/sys-apps/grep/metadata.xml
blob: d1618854aa63cdff7e8bcbcdb8cfb470ef3c84ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>base-system@gentoo.org</email>
    <name>Gentoo Base System</name>
  </maintainer>
  <use>
    <flag name="egrep-fgrep">
			Install deprecated 'egrep' and 'fgrep' wrappers
			for 'grep -E' and 'grep -F' respectively.

			GNU grep 3.8 onwards warns about their usage by
			default, but the versions installed by this flag do not.

			No deprecation warnings are emitted when this
			flag is enabled.
		</flag>
    <flag name="test-full">Run expensive tests (mostly CPU intensive).</flag>
  </use>
  <upstream>
    <remote-id type="cpe">cpe:/a:gnu:grep</remote-id>
  </upstream>
  <origin>srcux</origin>
</pkgmetadata>