summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2019-01-25 16:29:30 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2019-01-25 19:35:34 -0800
commit7f55b5ccfddc83be39eb58a476b026473e6b0e13 (patch)
treedbcd325cbd56001c25585e094e536e59b45190c0 /dev-util/sccache/metadata.xml
parentprofiles: remove system-llvm usemask for rust (diff)
downloadgentoo-7f55b5ccfddc83be39eb58a476b026473e6b0e13.tar.gz
gentoo-7f55b5ccfddc83be39eb58a476b026473e6b0e13.tar.bz2
gentoo-7f55b5ccfddc83be39eb58a476b026473e6b0e13.zip
dev-util/sccache: new package
ccache analog with support for: rust various storage backends (local, redis, memcached) cloud storage distributed storage Package-Manager: Portage-2.3.57, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-util/sccache/metadata.xml')
-rw-r--r--dev-util/sccache/metadata.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-util/sccache/metadata.xml b/dev-util/sccache/metadata.xml
new file mode 100644
index 000000000000..03f5309e9e44
--- /dev/null
+++ b/dev-util/sccache/metadata.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>gyakovlev@gentoo.org</email>
+ <name>Georgy Yakovlev</name>
+ </maintainer>
+ <use>
+ <flag name="azure">Enable Azure Blob Storage support</flag>
+ <flag name="dist-client">Enables distributed support in the sccache client</flag>
+ <flag name="gcs">Enable Google Cloud Storage support</flag>
+ <flag name="redis">Enable Redis support</flag>
+ <flag name="s3">Enable Amazon S3 support</flag>
+ <flag name="dist-server">Enables the sccache-dist binary</flag>
+ </use>
+ <longdescription lang="en">
+ Sccache is a ccache-like tool.
+ It is used as a compiler wrapper and avoids compilation when possible,
+ storing a cache in a remote storage using the Amazon Simple Cloud Storage Service (S3) API,
+ the Google Cloud Storage (GCS) API, or Redis.
+ Includes experimental rust support.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">mozilla/sccache</remote-id>
+ </upstream>
+</pkgmetadata>