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 AF5551382C5 for ; Thu, 25 Jun 2020 07:10:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0D42E08EB; Thu, 25 Jun 2020 07:10:56 +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 1B34AE08EB for ; Thu, 25 Jun 2020 07:10:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8308C34F0D0 for ; Thu, 25 Jun 2020 07:10:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED5B729A for ; Thu, 25 Jun 2020 07:10:51 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1593068875.55e8bb37a04c166553b020957253477855dead5c.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/pet2tgz/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/pet2tgz/pet2tgz-0.3.ebuild X-VCS-Directories: app-arch/pet2tgz/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 55e8bb37a04c166553b020957253477855dead5c X-VCS-Branch: master Date: Thu, 25 Jun 2020 07:10: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: 4d98341a-b4ba-47c8-9f8e-8866763faafb X-Archives-Hash: 905a5a4514f225b4f7ddf6a7cac2fc3c commit: 55e8bb37a04c166553b020957253477855dead5c Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Wed Jun 24 21:53:30 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Jun 25 07:07:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55e8bb37 app-arch/pet2tgz: remove old Closes: https://bugs.gentoo.org/724204 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Conrad Kostecki gentoo.org> app-arch/pet2tgz/pet2tgz-0.3.ebuild | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/app-arch/pet2tgz/pet2tgz-0.3.ebuild b/app-arch/pet2tgz/pet2tgz-0.3.ebuild deleted file mode 100644 index 2110e85310e..00000000000 --- a/app-arch/pet2tgz/pet2tgz-0.3.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -DESCRIPTION="Puppy Linux .pet to .tar.gz converter" -HOMEPAGE="https://sourceforge.net/projects/pet2tgz/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DOCS="AUTHORS"