From 102f7e6a5d32b617815067d0e029d60275466142 Mon Sep 17 00:00:00 2001 From: zamabe Date: Tue, 23 Jul 2013 00:33:32 -0500 Subject: [PATCH] Improve ebuild to working condition. Version appropriately. --- ...pybitmessage-0.3.4-1.ebuild => pybitmessage-9999.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename ebuildpackage/{pybitmessage-0.3.4-1.ebuild => pybitmessage-9999.ebuild} (71%) diff --git a/ebuildpackage/pybitmessage-0.3.4-1.ebuild b/ebuildpackage/pybitmessage-9999.ebuild similarity index 71% rename from ebuildpackage/pybitmessage-0.3.4-1.ebuild rename to ebuildpackage/pybitmessage-9999.ebuild index 20f056e4..6d454eb1 100755 --- a/ebuildpackage/pybitmessage-0.3.4-1.ebuild +++ b/ebuildpackage/pybitmessage-9999.ebuild @@ -2,9 +2,11 @@ EAPI=4 -DESCRIPTION="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." +inherit git + +DESCRIPTION="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." HOMEPAGE="https://github.com/Bitmessage/PyBitmessage" -SRC_URI="${PN}/${P}.tar.gz" +EGIT_REPO_URI="git://github.com/Bitmessage/PyBitmessage.git" LICENSE="MIT" SLOT="0" KEYWORDS="x86"