diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-01 12:52:25 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-01 14:01:57 +0200 |
commit | dc43359741db79ddae3b123b4c22d407174ba5f5 (patch) | |
tree | 88e9b3a22e4a20ac481aed7ad051a0a99230870f /net-p2p | |
parent | Drop obsolete gitorious remote-id (diff) | |
download | gentoo-dc43359741db79ddae3b123b4c22d407174ba5f5.tar.gz gentoo-dc43359741db79ddae3b123b4c22d407174ba5f5.tar.bz2 gentoo-dc43359741db79ddae3b123b4c22d407174ba5f5.zip |
Add missing remote-id type=github
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bitcoin-cli/metadata.xml | 7 | ||||
-rw-r--r-- | net-p2p/bitcoin-qt/metadata.xml | 29 | ||||
-rw-r--r-- | net-p2p/bitcoind/metadata.xml | 27 |
3 files changed, 36 insertions, 27 deletions
diff --git a/net-p2p/bitcoin-cli/metadata.xml b/net-p2p/bitcoin-cli/metadata.xml index c25ea048b4e3..7c46b52e33a6 100644 --- a/net-p2p/bitcoin-cli/metadata.xml +++ b/net-p2p/bitcoin-cli/metadata.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>proxy-maintainers</herd> @@ -11,6 +11,9 @@ <name>Luke Dashjr</name> </maintainer> <use> - <flag name='ljr'>Enable Luke Dashjr's patches</flag> + <flag name="ljr">Enable Luke Dashjr's patches</flag> </use> + <upstream> + <remote-id type="github">bitcoin/bitcoin</remote-id> + </upstream> </pkgmetadata> diff --git a/net-p2p/bitcoin-qt/metadata.xml b/net-p2p/bitcoin-qt/metadata.xml index fd52a3262863..f3f7dd6e927e 100644 --- a/net-p2p/bitcoin-qt/metadata.xml +++ b/net-p2p/bitcoin-qt/metadata.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>proxy-maintainers</herd> @@ -11,17 +11,20 @@ <name>Luke Dashjr</name> </maintainer> <use> - <flag name='1stclassmsg'>Enable first-class Bitcoin message tools</flag> - <flag name='bitcoin_policy_cltv'>Check LockTime Verify policy: Your node will recognise and assist OP_CHECKLOCKTIMEVERIFY (BIP65) transactions</flag> - <flag name='bitcoin_policy_cpfp'>Child-Pays-For-Parent policy: If you mine, you will give consideration to child transaction fees to pay for their parents</flag> - <flag name='bitcoin_policy_dcmp'>Data Carrier Multi-Push policy: Your node will assist transactions with multiple pushes in their data carrier (if any)</flag> - <flag name='bitcoin_policy_rbf'>Replace By Fee policy: Your node will preferentially mine and relay transactions paying the highest fee, regardless of receive order</flag> - <flag name='bitcoin_policy_spamfilter'>Enhanced spam filter policy: Notorious spammers will not be assisted by your node</flag> - <flag name='ljr'>Enable Luke Dashjr's patches</flag> - <flag name='qrcode'>Enable generation of QR Codes for receiving payments</flag> - <flag name='upnp'>Enable Universal Plug and Play</flag> - <flag name='wallet'>Enable wallet support</flag> - <flag name='xt'>Enable Mike Hearn's Bitcoin XT patches</flag> - <flag name='zeromq'>Report blocks and transactions via zeromq</flag> + <flag name="1stclassmsg">Enable first-class Bitcoin message tools</flag> + <flag name="bitcoin_policy_cltv">Check LockTime Verify policy: Your node will recognise and assist OP_CHECKLOCKTIMEVERIFY (BIP65) transactions</flag> + <flag name="bitcoin_policy_cpfp">Child-Pays-For-Parent policy: If you mine, you will give consideration to child transaction fees to pay for their parents</flag> + <flag name="bitcoin_policy_dcmp">Data Carrier Multi-Push policy: Your node will assist transactions with multiple pushes in their data carrier (if any)</flag> + <flag name="bitcoin_policy_rbf">Replace By Fee policy: Your node will preferentially mine and relay transactions paying the highest fee, regardless of receive order</flag> + <flag name="bitcoin_policy_spamfilter">Enhanced spam filter policy: Notorious spammers will not be assisted by your node</flag> + <flag name="ljr">Enable Luke Dashjr's patches</flag> + <flag name="qrcode">Enable generation of QR Codes for receiving payments</flag> + <flag name="upnp">Enable Universal Plug and Play</flag> + <flag name="wallet">Enable wallet support</flag> + <flag name="xt">Enable Mike Hearn's Bitcoin XT patches</flag> + <flag name="zeromq">Report blocks and transactions via zeromq</flag> </use> + <upstream> + <remote-id type="github">bitcoin/bitcoin</remote-id> + </upstream> </pkgmetadata> diff --git a/net-p2p/bitcoind/metadata.xml b/net-p2p/bitcoind/metadata.xml index 288a5b532901..d119ab03837e 100644 --- a/net-p2p/bitcoind/metadata.xml +++ b/net-p2p/bitcoind/metadata.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>proxy-maintainers</herd> @@ -11,16 +11,19 @@ <name>Luke Dashjr</name> </maintainer> <use> - <flag name='bitcoin_policy_cltv'>Check LockTime Verify policy: Your node will recognise and assist OP_CHECKLOCKTIMEVERIFY (BIP65) transactions</flag> - <flag name='bitcoin_policy_cpfp'>Child-Pays-For-Parent policy: If you mine, you will give consideration to child transaction fees to pay for their parents</flag> - <flag name='bitcoin_policy_dcmp'>Data Carrier Multi-Push policy: Your node will assist transactions with multiple pushes in their data carrier (if any)</flag> - <flag name='bitcoin_policy_rbf'>Replace By Fee policy: Your node will preferentially mine and relay transactions paying the highest fee, regardless of receive order</flag> - <flag name='bitcoin_policy_spamfilter'>Enhanced spam filter policy: Notorious spammers will not be assisted by your node</flag> - <flag name='ljr'>Enable Luke Dashjr's patches</flag> - <flag name='logrotate'>Use app-admin/logrotate for rotating logs</flag> - <flag name='upnp'>Enable Universal Plug and Play</flag> - <flag name='wallet'>Enable wallet support</flag> - <flag name='xt'>Enable Mike Hearn's Bitcoin XT patches</flag> - <flag name='zeromq'>Report blocks and transactions via zeromq</flag> + <flag name="bitcoin_policy_cltv">Check LockTime Verify policy: Your node will recognise and assist OP_CHECKLOCKTIMEVERIFY (BIP65) transactions</flag> + <flag name="bitcoin_policy_cpfp">Child-Pays-For-Parent policy: If you mine, you will give consideration to child transaction fees to pay for their parents</flag> + <flag name="bitcoin_policy_dcmp">Data Carrier Multi-Push policy: Your node will assist transactions with multiple pushes in their data carrier (if any)</flag> + <flag name="bitcoin_policy_rbf">Replace By Fee policy: Your node will preferentially mine and relay transactions paying the highest fee, regardless of receive order</flag> + <flag name="bitcoin_policy_spamfilter">Enhanced spam filter policy: Notorious spammers will not be assisted by your node</flag> + <flag name="ljr">Enable Luke Dashjr's patches</flag> + <flag name="logrotate">Use app-admin/logrotate for rotating logs</flag> + <flag name="upnp">Enable Universal Plug and Play</flag> + <flag name="wallet">Enable wallet support</flag> + <flag name="xt">Enable Mike Hearn's Bitcoin XT patches</flag> + <flag name="zeromq">Report blocks and transactions via zeromq</flag> </use> + <upstream> + <remote-id type="github">bitcoin/bitcoin</remote-id> + </upstream> </pkgmetadata> |