blob: f23ca842d876198a4fa7fd6f699ed9cd8a0f6b49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>sam@gentoo.org</email>
<name>Sam James</name>
</maintainer>
<longdescription>
eatmydata: library and utilities designed to disable fsync and friends.
Used as LD_PRELOAD hack to hijack fsync() and open(O_SYNC) calls.
</longdescription>
<upstream>
<remote-id type="github">stewartsmith/libeatmydata</remote-id>
</upstream>
</pkgmetadata>
|