From 9f7bbb5f542998432c860161e7369bc199504c1c Mon Sep 17 00:00:00 2001 From: Justus Ranvier Date: Sat, 8 Dec 2012 16:17:10 -0600 Subject: Initial commit with Armory-0.86 --- metadata/layout.conf | 3 +++ net-p2p/armory/armory-0.86.ebuild | 35 +++++++++++++++++++++++++++++++++++ net-p2p/armory/metadata.xml | 8 ++++++++ profiles/repo_name | 1 + 4 files changed, 47 insertions(+) create mode 100644 metadata/layout.conf create mode 100644 net-p2p/armory/armory-0.86.ebuild create mode 100644 net-p2p/armory/metadata.xml create mode 100644 profiles/repo_name diff --git a/metadata/layout.conf b/metadata/layout.conf new file mode 100644 index 0000000..1ac94c6 --- /dev/null +++ b/metadata/layout.conf @@ -0,0 +1,3 @@ +masters = gentoo +use-manifests = true +thin-manifests = true diff --git a/net-p2p/armory/armory-0.86.ebuild b/net-p2p/armory/armory-0.86.ebuild new file mode 100644 index 0000000..985f80c --- /dev/null +++ b/net-p2p/armory/armory-0.86.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +inherit git-2 + +DESCRIPTION="Armory is an advanced Bitcoin client" +HOMEPAGE="http://bitcoinarmory.com/" + +EGIT_REPO_URI="git://github.com/etotheipi/BitcoinArmory.git" +EGIT_COMMIT="v0.86-beta" + +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="~x86 ~amd64" + +RDEPEND="net-p2p/bitcoin-qt" + +DEPEND="dev-python/PyQt4 + dev-lang/swig + dev-python/twisted + x11-misc/xdg-utils" + +src_install() { + emake DESTDIR="${D}" install + dodoc README +} + +pkg_postinst() { + xdg-icon-resource install --novendor --context apps --size 64 /usr/share/armory/img/armory_icon_64x64.png armoryicon + xdg-icon-resource install --novendor --context apps --size 64 /usr/share/armory/img/armory_icon_64x64.png armoryofflineicon + xdg-icon-resource install --novendor --context apps --size 64 /usr/share/armory/img/armory_icon_green_64x64.png armorytestneticon +} diff --git a/net-p2p/armory/metadata.xml b/net-p2p/armory/metadata.xml new file mode 100644 index 0000000..e51666b --- /dev/null +++ b/net-p2p/armory/metadata.xml @@ -0,0 +1,8 @@ + + + + + justusranvier@tormail.org + Justus Ranvier + + diff --git a/profiles/repo_name b/profiles/repo_name new file mode 100644 index 0000000..6c0cafe --- /dev/null +++ b/profiles/repo_name @@ -0,0 +1 @@ +jranvier -- cgit v1.2.3-65-gdbad