Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/puf/
Date: Wed, 07 Feb 2018 21:33:32
Message-Id: 1518039145.2c8fb5d043b82455ae918e10fcc05ea917d9129b.amynka@gentoo
1 commit: 2c8fb5d043b82455ae918e10fcc05ea917d9129b
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 7 18:51:11 2018 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 7 21:32:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c8fb5d0
7
8 net-misc/puf: remove old 1.0.0
9
10 Closes: https://github.com/gentoo/gentoo/pull/7115
11
12 net-misc/puf/puf-1.0.0.ebuild | 15 ---------------
13 1 file changed, 15 deletions(-)
14
15 diff --git a/net-misc/puf/puf-1.0.0.ebuild b/net-misc/puf/puf-1.0.0.ebuild
16 deleted file mode 100644
17 index 04a6a67d2ea..00000000000
18 --- a/net-misc/puf/puf-1.0.0.ebuild
19 +++ /dev/null
20 @@ -1,15 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=4
25 -
26 -DESCRIPTION="A download tool for UNIX-like systems"
27 -HOMEPAGE="http://puf.sourceforge.net/"
28 -SRC_URI="mirror://sourceforge/puf/${P}.tar.gz"
29 -
30 -LICENSE="GPL-2"
31 -SLOT="0"
32 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
33 -IUSE=""
34 -
35 -DOCS=( AUTHORS NEWS README TODO )