mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
This adds: - Me as additional maintainer (clarified with @lanodan). - doc USE flag to build docs conditionally. - lto USE flag (upstream has it default on). - missing BDEPEND packages. - A live ebuild. - Fixes LICENSE. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
25 lines
980 B
XML
25 lines
980 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>contact@hacktivis.me</email>
|
|
<name>Haelwenn (lanodan) Monnier</name>
|
|
</maintainer>
|
|
<maintainer type="person">
|
|
<email>o.freyermuth@googlemail.com</email>
|
|
<name>Oliver Freyermuth</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<bugs-to>https://github.com/taisei-project/taisei/issues</bugs-to>
|
|
<changelog>https://taisei-project.org/news.atom</changelog>
|
|
<remote-id type="github">taisei-project/taisei</remote-id>
|
|
</upstream>
|
|
<longdescription lang="en">
|
|
Taisei is an open clone of the Touhou Project series. Touhou is a one-man project of shoot-em-up games set in an isolated world full of Japanese folklore.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="lto">Enable link time optimization</flag>
|
|
<flag name="zip">Enable loading of game data from ZIP packages via <pkg>dev-libs/libzip</pkg></flag>
|
|
</use>
|
|
</pkgmetadata>
|