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 C492C1388BF for ; Fri, 19 Feb 2016 14:19:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2727121C027; Fri, 19 Feb 2016 14:19:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 63C6321C027 for ; Fri, 19 Feb 2016 14:19:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 786D7340CA5 for ; Fri, 19 Feb 2016 14:19:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C3491607 for ; Fri, 19 Feb 2016 14:19:01 +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: <1455891531.4e70daeef1ff77d57a9d76e59fe7016eeb048279.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/nzb/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nntp/nzb/Manifest net-nntp/nzb/nzb-0.2.ebuild X-VCS-Directories: net-nntp/nzb/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 4e70daeef1ff77d57a9d76e59fe7016eeb048279 X-VCS-Branch: master Date: Fri, 19 Feb 2016 14:19:01 +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: 2fe639ed-d5db-46ff-b2ff-aba0a2736037 X-Archives-Hash: adf4bba0d04d743793e1500ec73530a6 commit: 4e70daeef1ff77d57a9d76e59fe7016eeb048279 Author: Michael Palimaka gentoo org> AuthorDate: Fri Feb 19 14:18:45 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Feb 19 14:18:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e70daee net-nntp/nzb: remove old Package-Manager: portage-2.2.27 net-nntp/nzb/Manifest | 1 - net-nntp/nzb/nzb-0.2.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/net-nntp/nzb/Manifest b/net-nntp/nzb/Manifest index d270810..3765d88 100644 --- a/net-nntp/nzb/Manifest +++ b/net-nntp/nzb/Manifest @@ -1,2 +1 @@ -DIST nzb-0.2.tar.gz 44351 SHA256 df27606e8e016485a7e9cfb3aa7a2cea9f453d1f26901c02d53731ef0c816497 SHA512 3bfafa8a971a996661e542e72fb63f63530d7efd7e3814a87c3f822764837a151b1c0279bd718a3cafc925d759d8cf338537ba80618014b24a9b836da990f435 WHIRLPOOL 5ce9af8113e97a62e22983dd98cedb2910f4b3789a447c3579a76dc26b84d0647d0749a92632a63db963ee320b0c22859380b83e56018aec0b571d700114d461 DIST nzb-0.3.tar.gz 47596 SHA256 29811cfc6bd3d972683b33b7410ddfcbfe829269e12894a7b2ab2392b9b2c050 SHA512 f0c7c3d2825a98439848b895074d5a8c66264d90f87b8e988ea21405c4a01546d8fda5024aefbc7c0e6ff7fb45b8f29202516fd20a375c1fc0e999595da95ee3 WHIRLPOOL 8ec6733c089447f502407cde57896f0d2489afa2bd378f4845efb9f5257a4958861f4f037cb9e398409d6ceca9a6bbe2e1fffd8fcb03d1baa2937df1d35102b9 diff --git a/net-nntp/nzb/nzb-0.2.ebuild b/net-nntp/nzb/nzb-0.2.ebuild deleted file mode 100644 index 879a8b1..0000000 --- a/net-nntp/nzb/nzb-0.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -inherit eutils qt4-r2 - -DESCRIPTION="A binary news grabber" -HOMEPAGE="http://www.nzb.fi/" -SRC_URI="mirror://sourceforge/nzb/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-qt/qtcore:4 - dev-qt/qtgui:4" -RDEPEND="${DEPEND}" - -DOCS="ChangeLog" - -src_install() { - qt4-r2_src_install - doicon images/nzb.png - make_desktop_entry nzb -}