diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-07-29 09:06:52 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-07-29 09:06:52 +0100 |
commit | 23fb10c075a74a6504647a16c3e06a6378e208c8 (patch) | |
tree | b465c5421ab9289b4ae5f2af17cb3e239d42d8c5 /dev-db/mariadb | |
parent | 66cd90d4284850abdf808a598a77040bcda88bd8 (diff) |
gentoo auto-resync : 29:07:2022 - 09:06:52
Diffstat (limited to 'dev-db/mariadb')
-rw-r--r-- | dev-db/mariadb/Manifest | 2 | ||||
-rw-r--r-- | dev-db/mariadb/metadata.xml | 67 |
2 files changed, 36 insertions, 33 deletions
diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest index ea6abbedb8f0..01e8ecfd659b 100644 --- a/dev-db/mariadb/Manifest +++ b/dev-db/mariadb/Manifest @@ -17,4 +17,4 @@ EBUILD mariadb-10.3.35.ebuild 41390 BLAKE2B ad0329879589464dcb5d78f72dd272d31708 EBUILD mariadb-10.4.25.ebuild 42093 BLAKE2B 5bbd6c073a9f2622a30076d4f6076d285b3512647ed6776324609b8783899bbf30ff9a605533af8483f8c4b56e03554945bf65be4a20249d1ac7911cacd19fc2 SHA512 0e7758b84fca35471f7adb86db64e36fabad31df5b09e755eda736229914722a4c402e5f6699f0e8d04d47c55b3f10ed6d9ca1023a1dbcd406f8a7e7d60ca30c EBUILD mariadb-10.5.16.ebuild 42053 BLAKE2B b3311e24a222efd20268730a5ce77870a7e37914d4bd5fd32e2a5df27a65b9c3871b8344f3c71e3d16776f222074b973d37b53305b8e856b1d5728742dadc5ea SHA512 e2b5ee6ed0d9260741965a26bf5024ccc28f03cf437e98572d39fa0bc40e5f8a5e350667bc90c6c7ffb698869eca381ae5f8ad9b5864dd92e9067217fd464c6f EBUILD mariadb-10.6.8-r1.ebuild 42469 BLAKE2B 5087d9d4dbc11213df0af353e3046e740c88c6a3c9c1f4d5febfd456ced53b004495b049f6e8da613ea1f23d1d87c35ba6fdf86754c615273084e9fc66c78b1a SHA512 eef9b10c174cf7717fcc6533c97093ecbaea04a8497a60b287798e66d187eaf5a51bb97bc5ef8ad1ae999b478f9d8a810480aef1b2d58aa5d45c1f3c1ceb2610 -MISC metadata.xml 2626 BLAKE2B d545d75827f63ac4ff1ab5eafd559b36ef44d0d5059dcdd5cbbb162d42e3a5117ff09c2c2eba82af10bc2f6c53e366f5f0b6a9c744c35d76b8bab12c6e517b64 SHA512 adf783a34647eb8299041d9125ec290377fc17b910e9f1660a33ccacd0a380cc4cd338f55f34e958ddfab1aa6dba85e25033b0dfe8dbc8fed4656ad5df63f6d8 +MISC metadata.xml 2701 BLAKE2B d8d0499cafdbf8985c7a29bac0ece3a804ec21c65725325eab9ed889fa8dffeb4c0064f26f7274f2e15346e2ba605994412bace3e388b431475e8f3cb596d124 SHA512 4cbcc28f847296457b85cafb6c981b60a2b9b9880e4d5812dcbb0653b11487c194970fa6580afb9c2ad4e014f806af186744f153acb63316f4f6fab86be46ba7 diff --git a/dev-db/mariadb/metadata.xml b/dev-db/mariadb/metadata.xml index ce11cf9a4b4e..1944166e3967 100644 --- a/dev-db/mariadb/metadata.xml +++ b/dev-db/mariadb/metadata.xml @@ -1,36 +1,39 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>mysql-bugs@gentoo.org</email> - <name>MySQL</name> - </maintainer> -<use> - <flag name="backup">Build mariadb-backup which supports SST and hot backup of InnoDB, Aria and MyISAM including compression and encryption</flag> - <flag name="client-libs">Build the client libraries from the server package instead of the C Connector packages</flag> - <flag name="columnstore">Build the ColumnStore storage engine</flag> - <flag name="extraengine">Add support for alternative storage engines (Archive, CSV, Blackhole, Federated(X), Partition)</flag> - <flag name="galera">Enables galera replication</flag> - <flag name="innodb-lz4">Enables lz4 compression methods for InnoDB/XtraDB</flag> - <flag name="innodb-lzo">Enables lzo compression methods for InnoDB/XtraDB</flag> - <flag name="innodb-snappy">Enables snappy compression methods for InnoDB/XtraDB using <pkg>app-arch/snappy</pkg></flag> - <flag name="jdbc">Enable the CONNECT engine to access foreign databases via JDBC</flag> - <flag name="latin1">Use LATIN1 encoding instead of UTF8</flag> - <flag name="mroonga">Add support for the Mroonga engine for interfacing with the Groonga text search</flag> - <flag name="numa">Enable NUMA support using sys-process/numactl (NUMA kernel support is also required)</flag> - <flag name="oqgraph">Add support for the Open Query GRAPH engine</flag> - <flag name="pam">Enable the optional PAM authentication plugin for the server</flag> - <flag name="profiling">Add support for statement profiling (requires USE=community).</flag> - <flag name="rocksdb">Add support for RocksDB; a key/value, LSM database optimized for flash storage</flag> - <flag name="server">Build the server program</flag> - <flag name="sphinx">Add suport for the sphinx full-text search engine</flag> - <flag name="sst-rsync">Add tools needed to support the rsync SST method</flag> - <flag name="sst-mariabackup">Add tools needed to support the mariabackup SST method</flag> - <flag name="sst-xtrabackup">Add tools needed to support the xtrabackup and xtrabackup-v2 SST methods</flag> - <flag name="systemtap">Build support for profiling and tracing using <pkg>dev-util/systemtap</pkg></flag> - <flag name="s3">Build the S3 storage engine</flag> - <flag name="test">Install upstream testsuites for end use.</flag> - <flag name="tokudb">Add support for TokuDB storage engine</flag> - <flag name="yassl">Enable SSL connections and crypto functions using the bundled yaSSL</flag> -</use> + <maintainer type="project"> + <email>mysql-bugs@gentoo.org</email> + <name>MySQL</name> + </maintainer> + <use> + <flag name="backup">Build mariadb-backup which supports SST and hot backup of InnoDB, Aria and MyISAM including compression and encryption</flag> + <flag name="client-libs">Build the client libraries from the server package instead of the C Connector packages</flag> + <flag name="columnstore">Build the ColumnStore storage engine</flag> + <flag name="extraengine">Add support for alternative storage engines (Archive, CSV, Blackhole, Federated(X), Partition)</flag> + <flag name="galera">Enables galera replication</flag> + <flag name="innodb-lz4">Enables lz4 compression methods for InnoDB/XtraDB</flag> + <flag name="innodb-lzo">Enables lzo compression methods for InnoDB/XtraDB</flag> + <flag name="innodb-snappy">Enables snappy compression methods for InnoDB/XtraDB using <pkg>app-arch/snappy</pkg></flag> + <flag name="jdbc">Enable the CONNECT engine to access foreign databases via JDBC</flag> + <flag name="latin1">Use LATIN1 encoding instead of UTF8</flag> + <flag name="mroonga">Add support for the Mroonga engine for interfacing with the Groonga text search</flag> + <flag name="numa">Enable NUMA support using sys-process/numactl (NUMA kernel support is also required)</flag> + <flag name="oqgraph">Add support for the Open Query GRAPH engine</flag> + <flag name="pam">Enable the optional PAM authentication plugin for the server</flag> + <flag name="profiling">Add support for statement profiling (requires USE=community).</flag> + <flag name="rocksdb">Add support for RocksDB; a key/value, LSM database optimized for flash storage</flag> + <flag name="server">Build the server program</flag> + <flag name="sphinx">Add suport for the sphinx full-text search engine</flag> + <flag name="sst-rsync">Add tools needed to support the rsync SST method</flag> + <flag name="sst-mariabackup">Add tools needed to support the mariabackup SST method</flag> + <flag name="sst-xtrabackup">Add tools needed to support the xtrabackup and xtrabackup-v2 SST methods</flag> + <flag name="systemtap">Build support for profiling and tracing using <pkg>dev-util/systemtap</pkg></flag> + <flag name="s3">Build the S3 storage engine</flag> + <flag name="test">Install upstream testsuites for end use.</flag> + <flag name="tokudb">Add support for TokuDB storage engine</flag> + <flag name="yassl">Enable SSL connections and crypto functions using the bundled yaSSL</flag> + </use> + <upstream> + <remote-id type="github">MariaDB/server</remote-id> + </upstream> </pkgmetadata> |