| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2013 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/app-office/qchartdiary/qchartdiary-0.6.4.1-r2.ebuild,v 1.3 2010/07/14 13:50:12 fauli Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-office/qchartdiary/qchartdiary-0.6.4.1-r2.ebuild,v 1.4 2013/03/02 19:36:46 hwoarang Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | |
6 | |
| 7 | inherit qt4-r2 |
7 | inherit qt4-r2 |
| 8 | |
8 | |
| … | |
… | |
| 15 | LICENSE="GPL-3" |
15 | LICENSE="GPL-3" |
| 16 | SLOT="0" |
16 | SLOT="0" |
| 17 | KEYWORDS="amd64 x86" |
17 | KEYWORDS="amd64 x86" |
| 18 | IUSE="debug" |
18 | IUSE="debug" |
| 19 | |
19 | |
| 20 | DEPEND="x11-libs/qt-gui:4 |
20 | DEPEND="dev-qt/qtgui:4 |
| 21 | x11-libs/qt-sql:4" |
21 | dev-qt/qtsql:4" |
| 22 | RDEPEND="${DEPEND}" |
22 | RDEPEND="${DEPEND}" |
| 23 | |
23 | |
| 24 | S="${WORKDIR}/${MY_PN}" |
24 | S="${WORKDIR}/${MY_PN}" |
| 25 | |
25 | |
| 26 | DOCS="AUTHORS CHANGELOG README" |
26 | DOCS="AUTHORS CHANGELOG README" |