mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-04-30 16:57:29 -07:00
Signed-off-by: William Desportes <williamdes@wdes.fr> Part-of: https://github.com/gentoo/gentoo/pull/40299 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
26 lines
953 B
XML
26 lines
953 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>web-apps@gentoo.org</email>
|
|
<name>Gentoo Webapps</name>
|
|
</maintainer>
|
|
<stabilize-allarches/>
|
|
<use>
|
|
<flag name="setup">
|
|
Installs the phpMyAdmin setup utility.
|
|
Users who don't use the utility should disable this USE flag
|
|
for security reasons as the setup tool was the target of various
|
|
exploits in the past.
|
|
</flag>
|
|
</use>
|
|
<upstream>
|
|
<changelog>https://raw.githubusercontent.com/phpmyadmin/phpmyadmin/STABLE/ChangeLog</changelog>
|
|
<doc lang="en">https://docs.phpmyadmin.net/en/latest/</doc>
|
|
<doc lang="fr">https://docs.phpmyadmin.net/fr/latest/</doc>
|
|
<bugs-to>https://github.com/phpmyadmin/phpmyadmin/issues</bugs-to>
|
|
<remote-id type="sourceforge">phpmyadmin</remote-id>
|
|
<remote-id type="github">phpmyadmin/phpmyadmin</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|