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 7CB2213829C for ; Wed, 8 Jun 2016 16:07:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A28FE141E1; Wed, 8 Jun 2016 16:07:00 +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 38D6B141C9 for ; Wed, 8 Jun 2016 16:07:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 11D17340DEB for ; Wed, 8 Jun 2016 16:06:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C219315DF for ; Wed, 8 Jun 2016 16:06:56 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1465402005.2f9f5a8e9384bd91b9b88f5ac573d3c44f4c006d.kensington@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.ebuild X-VCS-Directories: net-misc/netfleet/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 2f9f5a8e9384bd91b9b88f5ac573d3c44f4c006d X-VCS-Branch: master Date: Wed, 8 Jun 2016 16:06:56 +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: 191e6b34-c10b-45f9-8795-a8006e881f99 X-Archives-Hash: c990a1acd4633d6a8e22aa1d62a92d1f commit: 2f9f5a8e9384bd91b9b88f5ac573d3c44f4c006d Author: Michael Palimaka gentoo org> AuthorDate: Wed Jun 8 16:03:42 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Jun 8 16:06:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f9f5a8e net-misc/netfleet: remove old Package-Manager: portage-2.3.0_rc1 net-misc/netfleet/netfleet-0.2.1.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/net-misc/netfleet/netfleet-0.2.1.ebuild b/net-misc/netfleet/netfleet-0.2.1.ebuild deleted file mode 100644 index d40de14..0000000 --- a/net-misc/netfleet/netfleet-0.2.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -inherit qt4-r2 versionator - -MY_PV=$(replace_version_separator 3 '-') -MY_P="${PN}_${MY_PV}" - -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/${MY_P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug" - -DEPEND=">=dev-qt/qtgui-4.5.0:4" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}" - -DOCS="readme.txt"