summaryrefslogtreecommitdiff
path: root/dev-haskell/shakespeare-js/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-haskell/shakespeare-js/metadata.xml
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/shakespeare-js/metadata.xml')
-rw-r--r--dev-haskell/shakespeare-js/metadata.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-haskell/shakespeare-js/metadata.xml b/dev-haskell/shakespeare-js/metadata.xml
deleted file mode 100644
index 7e754854eb91..000000000000
--- a/dev-haskell/shakespeare-js/metadata.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
- <longdescription>
- Shakespeare is a template family for type-safe, efficient templates with simple variable interpolation . Shakespeare templates can be used inline with a quasi-quoter or in an external file. Shakespeare interpolates variables according to the type being inserted.
- In this case, the variable type needs a ToJavascript instance.
-
- There is also shakespeare-coffeescript for coffeescript templates. Coffescript is a language that compiles down to javascript. It expects a coffeescript compiler in your path, and variable should be a ToCoffee instance.
-
- Please see http://docs.yesodweb.com/book/templates for a more thorough description and examples
-
- shakespeare-js was originally called julius, and shakespeare originated from the hamlet template package.
- </longdescription>
- <use>
- <flag name="test_coffee">Test coffee.</flag>
- <flag name="test_export">Test export.</flag>
- <flag name="test_roy">Test roy.</flag>
- </use>
-</pkgmetadata>