summaryrefslogtreecommitdiff
blob: 2f7203b304e856592352d7d8c90234dfca810902 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<!-- maintainer-needed -->
	<longdescription lang="en">
		Bitmessage is a P2P communications protocol used to send encrypted
		messages to another person or to many subscribers. It is
		decentralized and trustless, meaning that you need-not inherently
		trust any entities like root certificate authorities. It uses
		strong authentication which means that the sender of a message
		cannot be spoofed, and it aims to hide "non-content" data, like
		the sender and receiver of messages, from passive eavesdroppers
		like those running warrantless wiretapping programs.
	</longdescription>
	<upstream>
		<bugs-to>
		https://github.com/Bitmessage/PyBitmessage/issues
		</bugs-to>
		<doc lang="en">
		https://bitmessage.org/wiki/PyBitmessage_Help
		</doc>
		<remote-id type="github">Bitmessage/PyBitmessage</remote-id>
	</upstream>
	<use>
		<flag name="opencl">Enable <pkg>dev-python/pyopencl</pkg> for GPU acceleration</flag>
		<flag name="qrcode">Enable <pkg>dev-python/qrcode</pkg> for QR code support</flag>
	</use>
</pkgmetadata>