Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/pet2tgz/
Date: Thu, 25 Jun 2020 07:10:57
Message-Id: 1593068875.55e8bb37a04c166553b020957253477855dead5c.conikost@gentoo
1 commit: 55e8bb37a04c166553b020957253477855dead5c
2 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
3 AuthorDate: Wed Jun 24 21:53:30 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 25 07:07:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55e8bb37
7
8 app-arch/pet2tgz: remove old
9
10 Closes: https://bugs.gentoo.org/724204
11 Package-Manager: Portage-2.3.99, Repoman-2.3.23
12 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 app-arch/pet2tgz/pet2tgz-0.3.ebuild | 15 ---------------
16 1 file changed, 15 deletions(-)
17
18 diff --git a/app-arch/pet2tgz/pet2tgz-0.3.ebuild b/app-arch/pet2tgz/pet2tgz-0.3.ebuild
19 deleted file mode 100644
20 index 2110e85310e..00000000000
21 --- a/app-arch/pet2tgz/pet2tgz-0.3.ebuild
22 +++ /dev/null
23 @@ -1,15 +0,0 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=4
28 -
29 -DESCRIPTION="Puppy Linux .pet to .tar.gz converter"
30 -HOMEPAGE="https://sourceforge.net/projects/pet2tgz/"
31 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="GPL-3"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE=""
37 -
38 -DOCS="AUTHORS"