summaryrefslogtreecommitdiff
path: root/sys-apps/grep/metadata.xml
blob: 89eff5cf9f7ed72f14a626ae7db908df4334b68a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/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>
	</use>
	<upstream>
		<remote-id type="cpe">cpe:/a:gnu:grep</remote-id>
	</upstream>
</pkgmetadata>