diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-08-21 23:08:42 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-08-21 23:30:59 +0200 |
commit | 8ca6f5bacc5f1d05b6c432294c97578366aa1bb2 (patch) | |
tree | a80a2763c0cf4327b40228c29b4ab5f083112700 /dev-haskell/pandoc-citeproc/metadata.xml | |
parent | dev-ruby/activeldap: drop 5.2.4 (diff) | |
download | gentoo-8ca6f5bacc5f1d05b6c432294c97578366aa1bb2.tar.gz gentoo-8ca6f5bacc5f1d05b6c432294c97578366aa1bb2.tar.bz2 gentoo-8ca6f5bacc5f1d05b6c432294c97578366aa1bb2.zip |
dev-haskell/pandoc-citeproc: treeclean
Closes: https://bugs.gentoo.org/504310
Bug: https://bugs.gentoo.org/531996
Closes: https://bugs.gentoo.org/775545
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-haskell/pandoc-citeproc/metadata.xml')
-rw-r--r-- | dev-haskell/pandoc-citeproc/metadata.xml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-haskell/pandoc-citeproc/metadata.xml b/dev-haskell/pandoc-citeproc/metadata.xml deleted file mode 100644 index 640f7ab93cd5..000000000000 --- a/dev-haskell/pandoc-citeproc/metadata.xml +++ /dev/null @@ -1,30 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>haskell@gentoo.org</email> - <name>Gentoo Haskell</name> - </maintainer> - <use> - <flag name="bibutils">Use Chris Putnam's Bibutils.</flag> - <flag name="debug">Turn on debug tracing.</flag> - <flag name="embed-data-files">Embed locale files into the library (needed for windows packaging)</flag> - <flag name="static">Use static linking.</flag> - <flag name="unicode-collation">Use Haskell bindings to the International Components for Unicode (ICU) libraries</flag> - </use> - <longdescription> - The pandoc-citeproc library supports automatic - generation of citations and a bibliography in pandoc - documents using the Citation Style Language (CSL) - macro language. More details on CSL can be found at - <http://citationstyles.org/>. - - In addition to a library, the package includes - an executable, pandoc-citeproc, which works as a pandoc - filter and also has a mode for converting bibliographic - databases into CSL JSON and pandoc YAML metadata formats. - - pandoc-citeproc originated as a fork of Andrea - Rossato's citeproc-hs. - </longdescription> -</pkgmetadata> |