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 68C0C139694 for ; Wed, 17 May 2017 13:50:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AFC5E0CB3; Wed, 17 May 2017 13:50:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18636E0CB3 for ; Wed, 17 May 2017 13:50:31 +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 A35993416BD for ; Wed, 17 May 2017 13:50:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D8607448 for ; Wed, 17 May 2017 13:50:29 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1495028843.62dcb737d4129a9d931c3590ba0fa87d0b1cbf6a.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/puf/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/puf/puf-1.0.0-r1.ebuild X-VCS-Directories: net-misc/puf/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 62dcb737d4129a9d931c3590ba0fa87d0b1cbf6a X-VCS-Branch: master Date: Wed, 17 May 2017 13:50:29 +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: e208a76d-d4e5-4e03-9120-ee583729b55b X-Archives-Hash: 3c1b9bbcb7e31f918c0f10ec5ec6aa49 commit: 62dcb737d4129a9d931c3590ba0fa87d0b1cbf6a Author: Patrice Clement gentoo org> AuthorDate: Wed May 17 12:09:58 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed May 17 13:47:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62dcb737 net-misc/puf: EAPI 6 bump. Package-Manager: Portage-2.3.5, Repoman-2.3.1 net-misc/puf/puf-1.0.0-r1.ebuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/net-misc/puf/puf-1.0.0-r1.ebuild b/net-misc/puf/puf-1.0.0-r1.ebuild new file mode 100644 index 00000000000..cc241aa7a92 --- /dev/null +++ b/net-misc/puf/puf-1.0.0-r1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="A download tool for UNIX-like systems" +HOMEPAGE="http://puf.sourceforge.net/" +SRC_URI="mirror://sourceforge/puf/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +DOCS=( AUTHORS NEWS README TODO )