diff options
author | Justus Ranvier <justusranvier@tormail.org> | 2012-12-08 16:17:10 -0600 |
---|---|---|
committer | Justus Ranvier <justusranvier@tormail.org> | 2012-12-08 16:17:10 -0600 |
commit | 9f7bbb5f542998432c860161e7369bc199504c1c (patch) | |
tree | 6ce20cfa004fc31b73543fd387625266d0297634 | |
download | jranvier-9f7bbb5f542998432c860161e7369bc199504c1c.tar.gz jranvier-9f7bbb5f542998432c860161e7369bc199504c1c.tar.bz2 jranvier-9f7bbb5f542998432c860161e7369bc199504c1c.zip |
Initial commit with Armory-0.86
-rw-r--r-- | metadata/layout.conf | 3 | ||||
-rw-r--r-- | net-p2p/armory/armory-0.86.ebuild | 35 | ||||
-rw-r--r-- | net-p2p/armory/metadata.xml | 8 | ||||
-rw-r--r-- | profiles/repo_name | 1 |
4 files changed, 47 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>justusranvier@tormail.org</email> + <name>Justus Ranvier</name> + </maintainer> +</pkgmetadata> 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 |