diff options
author | Martin Väth <martin@mvath.de> | 2018-01-20 11:29:54 +0100 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2018-01-20 11:29:54 +0100 |
commit | f5acfddbc99c4e448043d2cea6478515e0d19350 (patch) | |
tree | 062362be893e6e118b90aa08f3f98bc1be227f66 /app-arch/brotli/metadata.xml | |
parent | media-tv/sundtek-tv: Version bump (diff) | |
download | mv-f5acfddbc99c4e448043d2cea6478515e0d19350.tar.gz mv-f5acfddbc99c4e448043d2cea6478515e0d19350.tar.bz2 mv-f5acfddbc99c4e448043d2cea6478515e0d19350.zip |
app-arch/brotli: Remove since bump is now in the gentoo repository
Diffstat (limited to 'app-arch/brotli/metadata.xml')
-rw-r--r-- | app-arch/brotli/metadata.xml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/app-arch/brotli/metadata.xml b/app-arch/brotli/metadata.xml deleted file mode 100644 index 2a38b9ad..00000000 --- a/app-arch/brotli/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>martin@mvath.de</email> - <name>Martin Väth</name> - </maintainer> - <maintainer type="person"> - <email>bicatali@gentoo.org</email> - <name>Sébastien Fabbro</name> - </maintainer> - <longdescription> - Brotli is a generic-purpose lossless compression algorithm that - compresses data using a combination of a modern variant of the - LZ77 algorithm, Huffman coding and 2nd order context modeling, - with a hight compression ratio. It is similar in speed with - deflate but offers denser compression. - </longdescription> - <upstream> - <remote-id type="github">google/brotli</remote-id> - </upstream> -</pkgmetadata> |