Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netfleet/
Date: Wed, 30 Sep 2015 15:30:33
Message-Id: 1443627017.a03914c96394d050091410451710eb6524fae801.kensington@gentoo
1 commit: a03914c96394d050091410451710eb6524fae801
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 15:29:49 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 15:30:17 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a03914c9
7
8 net-misc/netfleet: port to EAPI 5
9
10 Also add missing dev-qt/qtcore USE dependency.
11
12 Gentoo-bug: 560544
13
14 Package-Manager: portage-2.2.20.1
15
16 net-misc/netfleet/netfleet-0.2.1-r1.ebuild | 21 +++++++++++++++++++++
17 1 file changed, 21 insertions(+)
18
19 diff --git a/net-misc/netfleet/netfleet-0.2.1-r1.ebuild b/net-misc/netfleet/netfleet-0.2.1-r1.ebuild
20 new file mode 100644
21 index 0000000..14959de
22 --- /dev/null
23 +++ b/net-misc/netfleet/netfleet-0.2.1-r1.ebuild
24 @@ -0,0 +1,21 @@
25 +# Copyright 1999-2015 Gentoo Foundation
26 +# Distributed under the terms of the GNU General Public License v2
27 +# $Id$
28 +
29 +EAPI=5
30 +
31 +inherit qt4-r2
32 +
33 +DESCRIPTION="Qt4 cross-platform multi-threaded download utility"
34 +HOMEPAGE="http://qt-apps.org/content/show.php/?content=103312"
35 +SRC_URI="https://netfleet.googlecode.com/files/${PN}_${PV}.tar.bz2"
36 +
37 +LICENSE="GPL-3"
38 +SLOT="0"
39 +KEYWORDS="~amd64 ~x86"
40 +IUSE=""
41 +
42 +DEPEND="dev-qt/qtcore:4[ssl]"
43 +RDEPEND="${DEPEND}"
44 +
45 +S="${WORKDIR}/${PN}"