Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netfleet/
Date: Mon, 30 May 2016 18:05:14
Message-Id: 1464631486.f75cd3a3662194c5dbc6ce02cae9897389cbf248.pesa@gentoo
1 commit: f75cd3a3662194c5dbc6ce02cae9897389cbf248
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 18:04:46 2016 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 18:04:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f75cd3a3
7
8 net-misc/netfleet: remove old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 net-misc/netfleet/netfleet-0.2.1-r1.ebuild | 21 ---------------------
13 1 file changed, 21 deletions(-)
14
15 diff --git a/net-misc/netfleet/netfleet-0.2.1-r1.ebuild b/net-misc/netfleet/netfleet-0.2.1-r1.ebuild
16 deleted file mode 100644
17 index 14959de..0000000
18 --- a/net-misc/netfleet/netfleet-0.2.1-r1.ebuild
19 +++ /dev/null
20 @@ -1,21 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -inherit qt4-r2
28 -
29 -DESCRIPTION="Qt4 cross-platform multi-threaded download utility"
30 -HOMEPAGE="http://qt-apps.org/content/show.php/?content=103312"
31 -SRC_URI="https://netfleet.googlecode.com/files/${PN}_${PV}.tar.bz2"
32 -
33 -LICENSE="GPL-3"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE=""
37 -
38 -DEPEND="dev-qt/qtcore:4[ssl]"
39 -RDEPEND="${DEPEND}"
40 -
41 -S="${WORKDIR}/${PN}"