From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B143138350 for ; Sun, 9 Feb 2020 11:57:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA435E083B; Sun, 9 Feb 2020 11:57:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A268E083B for ; Sun, 9 Feb 2020 11:57:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9230534E4C0 for ; Sun, 9 Feb 2020 11:57:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC44898 for ; Sun, 9 Feb 2020 11:57:51 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1581249457.44c53cd9c896c423221327d66eb3b3525cdf77fe.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/deb2targz/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/deb2targz/deb2targz-1-r2.ebuild X-VCS-Directories: app-arch/deb2targz/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 44c53cd9c896c423221327d66eb3b3525cdf77fe X-VCS-Branch: master Date: Sun, 9 Feb 2020 11:57:51 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 46aeb92d-a3ae-42e5-a14f-4c9d6c9fd50c X-Archives-Hash: 105516ffe5bffe254975481624130deb commit: 44c53cd9c896c423221327d66eb3b3525cdf77fe Author: Mikle Kolyada gentoo org> AuthorDate: Sun Feb 9 11:57:37 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Feb 9 11:57:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c53cd9 app-arch/deb2targz: Drop old Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mikle Kolyada gentoo.org> app-arch/deb2targz/deb2targz-1-r2.ebuild | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/app-arch/deb2targz/deb2targz-1-r2.ebuild b/app-arch/deb2targz/deb2targz-1-r2.ebuild deleted file mode 100644 index f2c8a15145e..00000000000 --- a/app-arch/deb2targz/deb2targz-1-r2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit base - -DESCRIPTION="Convert a .deb file to a .tar.gz archive" -HOMEPAGE="http://www.miketaylor.org.uk/tech/deb/" -SRC_URI="http://www.miketaylor.org.uk/tech/deb/${PN}" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" - -DEPEND="" -RDEPEND="dev-lang/perl" - -S=${WORKDIR} -PATCHES=( "${FILESDIR}/${PN}-any-data.patch" ) - -src_unpack() { - cp "${DISTDIR}/${PN}" "${S}" -} - -src_install() { - dobin ${PN} -}