diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-05-05 09:16:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-05-05 09:16:56 +0200 |
commit | 2e861d08f6a001bff9270126150010f0c362f65e (patch) | |
tree | cc998fcc80d08a69532251a2349bb952935fc416 /dev-libs/blitz/metadata.xml | |
parent | dev-libs/handystats: Remove last-rited pkg (diff) | |
download | gentoo-2e861d08f6a001bff9270126150010f0c362f65e.tar.gz gentoo-2e861d08f6a001bff9270126150010f0c362f65e.tar.bz2 gentoo-2e861d08f6a001bff9270126150010f0c362f65e.zip |
dev-libs/blitz: Remove last-rited pkg
Closes: https://bugs.gentoo.org/682402
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/blitz/metadata.xml')
-rw-r--r-- | dev-libs/blitz/metadata.xml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-libs/blitz/metadata.xml b/dev-libs/blitz/metadata.xml deleted file mode 100644 index 6234be90a17f..000000000000 --- a/dev-libs/blitz/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <longdescription lang="en"> - Blitz++ is a meta-template library for array - manipulation in C++ with a speed comparable to Fortran - implementations, while preserving an object-oriented - interface. These results are being obtained not through better - optimizing compilers, preprocessors, or language extensions, but - through the use of template techniques. By using templates cleverly, - optimizations such as loop fusion, unrolling, tiling, and algorithm - specialization can be performed automatically at compile time. - </longdescription> - <use> - <flag name="boost">Enable usage of boost::serialization</flag> - </use> - <upstream> - <remote-id type="sourceforge">blitz</remote-id> - </upstream> -</pkgmetadata> |