commit: f167fbdf6e29f83e2a2b54d586787a24003c0a69 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jul 29 02:37:28 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jul 29 02:42:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f167fbdf
dev-db/mysql: add github upstream metadata Signed-off-by: Sam James <sam <AT> gentoo.org> dev-db/mysql/metadata.xml | 45 ++++++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 21 deletions(-) diff --git a/dev-db/mysql/metadata.xml b/dev-db/mysql/metadata.xml index d24d13207210..6ee2f3d235f6 100644 --- a/dev-db/mysql/metadata.xml +++ b/dev-db/mysql/metadata.xml @@ -1,25 +1,28 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>MySQL</name> - </maintainer> -<!-- -Please note that this list is shared between the following packages: -dev-db/mysql -dev-db/mariadb ---> -<use> - <flag name="cjk">Add CJK support for InnoDB fulltext search using <pkg>app-text/mecab</pkg></flag> - <flag name="client-libs">Build the client libraries from the server package instead of the C Connector packages (not recommended)</flag> - <flag name="experimental">Build experimental features aka "rapid" plugins</flag> - <flag name="latin1">Use LATIN1 encoding instead of UTF8</flag> - <flag name="numa">Enable NUMA support using <pkg>sys-process/numactl</pkg> (NUMA kernel support is also required)</flag> - <flag name="profiling">Add support for statement profiling (requires USE=community).</flag> - <flag name="router">Build the MySQL router program</flag> - <flag name="server">Build the server program</flag> - <flag name="systemtap">Build support for profiling and tracing using <pkg>dev-util/systemtap</pkg></flag> - <flag name="test">Install upstream testsuites for end use.</flag> -</use> + <maintainer type="project"> + <email>[email protected]</email> + <name>MySQL</name> + </maintainer> + <!-- + Please note that this list is shared between the following packages: + dev-db/mysql + dev-db/mariadb + --> + <use> + <flag name="cjk">Add CJK support for InnoDB fulltext search using <pkg>app-text/mecab</pkg></flag> + <flag name="client-libs">Build the client libraries from the server package instead of the C Connector packages (not recommended)</flag> + <flag name="experimental">Build experimental features aka "rapid" plugins</flag> + <flag name="latin1">Use LATIN1 encoding instead of UTF8</flag> + <flag name="numa">Enable NUMA support using <pkg>sys-process/numactl</pkg> (NUMA kernel support is also required)</flag> + <flag name="profiling">Add support for statement profiling (requires USE=community).</flag> + <flag name="router">Build the MySQL router program</flag> + <flag name="server">Build the server program</flag> + <flag name="systemtap">Build support for profiling and tracing using <pkg>dev-util/systemtap</pkg></flag> + <flag name="test">Install upstream testsuites for end use.</flag> + </use> + <upstream> + <remote-id type="github">mysql/mysql-server</remote-id> + </upstream> </pkgmetadata>
