summaryrefslogtreecommitdiff
blob: 392e432c4d1a8fe88e5488d61cd1d56362cb2995 (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
<?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>
		<remote-id type="savannah">grep</remote-id>
	</upstream>
</pkgmetadata>