From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DC1361382AC for ; Tue, 21 Jun 2016 19:50:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1AA2E08C7; Tue, 21 Jun 2016 19:50:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DA6BDE08AF for ; Tue, 21 Jun 2016 19:50:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B9A93406F2 for ; Tue, 21 Jun 2016 19:50:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A39B208E for ; Tue, 21 Jun 2016 19:50:03 +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: <1466536881.ae8a4d7b223e59a91bc9ae0dc714da33ccaefb03.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/stroke/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/stroke/stroke-0.1.3-r1.ebuild X-VCS-Directories: sys-apps/stroke/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: ae8a4d7b223e59a91bc9ae0dc714da33ccaefb03 X-VCS-Branch: master Date: Tue, 21 Jun 2016 19:50:03 +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: e89e4712-d80f-43c4-b40f-3bbb2427f491 X-Archives-Hash: b6e92f5a89e0d663a92a1adcddc4cf62 commit: ae8a4d7b223e59a91bc9ae0dc714da33ccaefb03 Author: Patrice Clement gentoo org> AuthorDate: Tue Jun 21 18:44:38 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Jun 21 19:21:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae8a4d7b sys-apps/stroke: EAPI 6 bump. Package-Manager: portage-2.2.28 sys-apps/stroke/stroke-0.1.3-r1.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/sys-apps/stroke/stroke-0.1.3-r1.ebuild b/sys-apps/stroke/stroke-0.1.3-r1.ebuild new file mode 100644 index 0000000..0d3041a --- /dev/null +++ b/sys-apps/stroke/stroke-0.1.3-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="A powerful tool to change file timestamps (including ctimes)" +HOMEPAGE="http://stroke.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DOCS=( AUTHORS ChangeLog README TODO )