| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/Attic/bitcoin-qt-0.7.0.ebuild,v 1.1 2012/10/08 18:26:45 blueness Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/Attic/bitcoin-qt-0.7.0.ebuild,v 1.2 2012/10/29 02:20:08 blueness Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | |
6 | |
| 7 | DB_VER="4.8" |
7 | DB_VER="4.8" |
| 8 | |
8 | |
| … | |
… | |
| 97 | |
97 | |
| 98 | eqmake4 "${PN}.pro" "${OPTS[@]}" |
98 | eqmake4 "${PN}.pro" "${OPTS[@]}" |
| 99 | } |
99 | } |
| 100 | |
100 | |
| 101 | src_compile() { |
101 | src_compile() { |
|
|
102 | # Workaround for bug #440034 |
|
|
103 | share/genbuild.sh build/build.h |
|
|
104 | |
| 102 | emake |
105 | emake |
| 103 | } |
106 | } |
| 104 | |
107 | |
| 105 | src_test() { |
108 | src_test() { |
| 106 | cd src || die |
109 | cd src || die |