Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 409765
Collapse All | Expand All

(-)file_not_specified_in_diff (-11 / +10 lines)
Line  Link Here
0
-- nzb-0.1.9.ebuild
0
++ nzb-0.2.ebuild
Lines 1-9 Link Here
1
# Copyright 1999-2009 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-nntp/nzb/nzb-0.1.9.ebuild,v 1.1 2009/11/08 22:00:04 ssuominen Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-nntp/nzb/nzb-0.1.9.ebuild,v 1.1 2009/11/08 22:00:04 ssuominen Exp $
4
4
5
EAPI=2
5
EAPI=4
6
inherit eutils qt4
6
inherit eutils qt4-r2
7
7
8
DESCRIPTION="A binary news grabber"
8
DESCRIPTION="A binary news grabber"
9
HOMEPAGE="http://www.nzb.fi/"
9
HOMEPAGE="http://www.nzb.fi/"
Lines 14-28 Link Here
14
KEYWORDS="~amd64 ~x86"
14
KEYWORDS="~amd64 ~x86"
15
IUSE=""
15
IUSE=""
16
16
17
DEPEND="x11-libs/qt-gui:4"
17
DEPEND="x11-libs/qt-core:4
18
	x11-libs/qt-gui:4"
19
RDEPEND="${DEPEND}"
18
20
19
src_configure() {
21
DOCS="ChangeLog"
20
	eqmake4
21
}
22
22
23
src_install() {
23
src_install() {
24
	emake INSTALL_ROOT="${D}" install || die
24
	qt4-r2_src_install
25
	dodoc ChangeLog README
26
	doicon images/nzb.png
25
	doicon images/nzb.png
27
	make_desktop_entry nzb nzb
26
	make_desktop_entry nzb
28
}
27
}

Return to bug 409765