summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2017-02-11 23:04:53 +0100
committerMartin Väth <martin@mvath.de>2017-02-11 23:04:53 +0100
commite3a89905ea9583dd7d2e4baaf9fc4b9cfef3bfdd (patch)
treeb3273c5f0de293687e43aeb96d1c0cc72d8f7867 /games-board/chessproblem/metadata.xml
parentVersion bump to be newer than the broken versions in the gentoo tree (diff)
downloadmv-e3a89905ea9583dd7d2e4baaf9fc4b9cfef3bfdd.tar.gz
mv-e3a89905ea9583dd7d2e4baaf9fc4b9cfef3bfdd.tar.bz2
mv-e3a89905ea9583dd7d2e4baaf9fc4b9cfef3bfdd.zip
games-board/chessproblem: New ebuild
Diffstat (limited to 'games-board/chessproblem/metadata.xml')
-rw-r--r--games-board/chessproblem/metadata.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/games-board/chessproblem/metadata.xml b/games-board/chessproblem/metadata.xml
new file mode 100644
index 00000000..0a1f21fc
--- /dev/null
+++ b/games-board/chessproblem/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>martin@mvath.de</email>
+ <name>Martin Väth</name>
+ </maintainer>
+ <upstream>
+ <maintainer>
+ <email>martin@mvath.de</email>
+ <name>Martin Väth</name>
+ </maintainer>
+ <bugs-to>mailto:martin@mvath.de</bugs-to>
+ <remote-id type="github">vaeth/chessproblem</remote-id>
+ </upstream>
+ <use>
+ <flag name="debug">Build with upstream's CXXFLAGS/LDFLAGS for debugging support; not recommended for normal use.</flag>
+ <flag name="optimization">Accept upstream's choices for CXXFLAGS/LDFLAGS for optimization. Absense of this USE flag does not strip user's *FLAGS</flag>
+ <flag name="strong-optimization">Adds several more agressive CXXFLAGS/LDFLAGS for optimization like graphite (if available). May cause trouble with some buggy compiler versions. Absense of this USE flag does not strip user's *FLAGS</flag>
+ </use>
+</pkgmetadata>