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 3F0031384C1 for ; Mon, 31 Aug 2015 22:14:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E67C142B3; Mon, 31 Aug 2015 22:14:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76ED3142B3 for ; Mon, 31 Aug 2015 22:14:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D3A234070A for ; Mon, 31 Aug 2015 22:14:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E150E164 for ; Mon, 31 Aug 2015 22:14:06 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1441059222.4372959850cfb19ea5e2ea0cd1b280ae74fe8037.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/e2tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/e2tools/Manifest sys-fs/e2tools/e2tools-0.0.16.ebuild X-VCS-Directories: sys-fs/e2tools/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 4372959850cfb19ea5e2ea0cd1b280ae74fe8037 X-VCS-Branch: master Date: Mon, 31 Aug 2015 22:14:06 +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: 22751587-67db-4782-9ab6-f83f07191f46 X-Archives-Hash: 233bc01d4bbb89b9c7075757e4fb1073 commit: 4372959850cfb19ea5e2ea0cd1b280ae74fe8037 Author: Mike Frysinger gentoo org> AuthorDate: Mon Aug 31 22:11:45 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Aug 31 22:13:42 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43729598 sys-fs/e2tools: update to EAPI=5 sys-fs/e2tools/Manifest | 2 +- sys-fs/e2tools/e2tools-0.0.16.ebuild | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-fs/e2tools/Manifest b/sys-fs/e2tools/Manifest index 51be0f3..002535c 100644 --- a/sys-fs/e2tools/Manifest +++ b/sys-fs/e2tools/Manifest @@ -1 +1 @@ -DIST e2tools-0.0.16.tar.gz 72333 RMD160 19f0f53a1958765ae5d5a0be49ae62e3d34f8c6b SHA1 c81110c8d7878d4413cdc0a09b97e88b70ebdd51 SHA256 4e3c8e17786ccc03fc9fb4145724edf332bb50e1b3c91b6f33e0e3a54861949b +DIST e2tools-0.0.16.tar.gz 72333 SHA256 4e3c8e17786ccc03fc9fb4145724edf332bb50e1b3c91b6f33e0e3a54861949b SHA512 8be79385c07027286951755a7ca0407215b517d4abba5546a0958fcb5e8feaffc993d35dd56bde39e14d397875941fc812c713db3d27247cd8e9ee7ed6a153b4 WHIRLPOOL 0131317a6e46fe9c55eb4a0e3da1bcf4480ebfc94e3b3b6f78b82bbac9d819017378ecabd54b57f6d7a31830bb5d260f5013be242840857d3a7ce1ade8b0843e diff --git a/sys-fs/e2tools/e2tools-0.0.16.ebuild b/sys-fs/e2tools/e2tools-0.0.16.ebuild index eef4b5a..c8ee31d 100644 --- a/sys-fs/e2tools/e2tools-0.0.16.ebuild +++ b/sys-fs/e2tools/e2tools-0.0.16.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="4" +EAPI="5" DESCRIPTION="utilities to read, write, and manipulate files in an ext2/ext3 filesystem" -HOMEPAGE="http://home.earthlink.net/~k_sheff/sw/e2tools/index.html" +HOMEPAGE="http://home.earthlink.net/~k_sheff/sw/e2tools/" SRC_URI="http://home.earthlink.net/~k_sheff/sw/${PN}/${P}.tar.gz" LICENSE="GPL-2"