summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/filestore/metadata.xml')
-rw-r--r--dev-haskell/filestore/metadata.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-haskell/filestore/metadata.xml b/dev-haskell/filestore/metadata.xml
new file mode 100644
index 000000000000..dd58425c0637
--- /dev/null
+++ b/dev-haskell/filestore/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <longdescription>
+ The filestore library provides an abstract interface for a versioning
+ file store, and modules that instantiate this interface. Currently
+ Git, Darcs, and Mercurial modules are provided, and other VCSs
+ or databases could be added.
+ </longdescription>
+ <use>
+ <flag name="maxcount">Make use of a recent (>= 2.3.0) Darcs feature which vastly improves the performance
+ of 'latest'. You should disable this flag if you plan to use gitit with an
+ older version of Darcs, or 'latest' will raise an error.</flag>
+ </use>
+</pkgmetadata>