From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4DF4E13829C for ; Mon, 30 May 2016 18:05:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C8FB21C03C; Mon, 30 May 2016 18:05:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 585FD21C03E for ; Mon, 30 May 2016 18:05:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1FCF234076D for ; Mon, 30 May 2016 18:05:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 610BC17B4 for ; Mon, 30 May 2016 18:04:59 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1464631486.f75cd3a3662194c5dbc6ce02cae9897389cbf248.pesa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netfleet/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/netfleet/netfleet-0.2.1-r1.ebuild X-VCS-Directories: net-misc/netfleet/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: f75cd3a3662194c5dbc6ce02cae9897389cbf248 X-VCS-Branch: master Date: Mon, 30 May 2016 18:04:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ac9baf28-b9c9-41b3-9e3f-e8cd32f53ac4 X-Archives-Hash: 3f48e05df1aab8a73c90b3a30280fdac commit: f75cd3a3662194c5dbc6ce02cae9897389cbf248 Author: Davide Pesavento gentoo org> AuthorDate: Mon May 30 18:04:46 2016 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Mon May 30 18:04:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f75cd3a3 net-misc/netfleet: remove old Package-Manager: portage-2.3.0_rc1 net-misc/netfleet/netfleet-0.2.1-r1.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/net-misc/netfleet/netfleet-0.2.1-r1.ebuild b/net-misc/netfleet/netfleet-0.2.1-r1.ebuild deleted file mode 100644 index 14959de..0000000 --- a/net-misc/netfleet/netfleet-0.2.1-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit qt4-r2 - -DESCRIPTION="Qt4 cross-platform multi-threaded download utility" -HOMEPAGE="http://qt-apps.org/content/show.php/?content=103312" -SRC_URI="https://netfleet.googlecode.com/files/${PN}_${PV}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-qt/qtcore:4[ssl]" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}"