Use https by default
[gentoo.git] / dev-db / cppdb / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <maintainer>
5                 <email>jauhien@gentoo.org</email>
6                 <name>Jauhien Piatlicki</name>
7         </maintainer>
8         <use>
9                 <flag name="mysql_internal">Don't build a separate mysql loadable module but rather build it into the cppdb library itself</flag>
10                 <flag name="odbc_internal">Don't build a separate postgresql loadable module but rather build it into the cppdb library itself</flag>
11                 <flag name="postgres_internal">Don't build a separate odbc loadable module but rather build it into the cppdb library itself</flag>
12                 <flag name="sqlite_internal">Don't build a separate sqlite3 loadable module but rather build it into the cppdb library itself</flag>
13         </use>
14         <upstream>
15                 <remote-id type="sourceforge">cppcms</remote-id>
16         </upstream>
17 </pkgmetadata>