summaryrefslogtreecommitdiff
path: root/dev-haskell/psqueue/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/psqueue/metadata.xml')
-rw-r--r--dev-haskell/psqueue/metadata.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-haskell/psqueue/metadata.xml b/dev-haskell/psqueue/metadata.xml
deleted file mode 100644
index 8d1d3cb246f9..000000000000
--- a/dev-haskell/psqueue/metadata.xml
+++ /dev/null
@@ -1,17 +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>
- <longdescription>
- A /priority search queue/ efficiently supports the
- opperations of both a search tree and a priority queue. A
- 'Binding' is a product of a key and a priority. Bindings
- can be inserted, deleted, modified and queried in
- logarithmic time, and the binding with the least priority
- can be retrieved in constant time. A queue can be built
- from a list of bindings, sorted by keys, in linear time.
- </longdescription>
-</pkgmetadata>