Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/e2tools/
Date: Mon, 31 Aug 2015 22:14:26
Message-Id: 1441059222.4372959850cfb19ea5e2ea0cd1b280ae74fe8037.vapier@gentoo
1 commit: 4372959850cfb19ea5e2ea0cd1b280ae74fe8037
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 22:11:45 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 22:13:42 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43729598
7
8 sys-fs/e2tools: update to EAPI=5
9
10 sys-fs/e2tools/Manifest | 2 +-
11 sys-fs/e2tools/e2tools-0.0.16.ebuild | 6 +++---
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/sys-fs/e2tools/Manifest b/sys-fs/e2tools/Manifest
15 index 51be0f3..002535c 100644
16 --- a/sys-fs/e2tools/Manifest
17 +++ b/sys-fs/e2tools/Manifest
18 @@ -1 +1 @@
19 -DIST e2tools-0.0.16.tar.gz 72333 RMD160 19f0f53a1958765ae5d5a0be49ae62e3d34f8c6b SHA1 c81110c8d7878d4413cdc0a09b97e88b70ebdd51 SHA256 4e3c8e17786ccc03fc9fb4145724edf332bb50e1b3c91b6f33e0e3a54861949b
20 +DIST e2tools-0.0.16.tar.gz 72333 SHA256 4e3c8e17786ccc03fc9fb4145724edf332bb50e1b3c91b6f33e0e3a54861949b SHA512 8be79385c07027286951755a7ca0407215b517d4abba5546a0958fcb5e8feaffc993d35dd56bde39e14d397875941fc812c713db3d27247cd8e9ee7ed6a153b4 WHIRLPOOL 0131317a6e46fe9c55eb4a0e3da1bcf4480ebfc94e3b3b6f78b82bbac9d819017378ecabd54b57f6d7a31830bb5d260f5013be242840857d3a7ce1ade8b0843e
21
22 diff --git a/sys-fs/e2tools/e2tools-0.0.16.ebuild b/sys-fs/e2tools/e2tools-0.0.16.ebuild
23 index eef4b5a..c8ee31d 100644
24 --- a/sys-fs/e2tools/e2tools-0.0.16.ebuild
25 +++ b/sys-fs/e2tools/e2tools-0.0.16.ebuild
26 @@ -1,11 +1,11 @@
27 -# Copyright 1999-2011 Gentoo Foundation
28 +# Copyright 1999-2015 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 # $Id$
31
32 -EAPI="4"
33 +EAPI="5"
34
35 DESCRIPTION="utilities to read, write, and manipulate files in an ext2/ext3 filesystem"
36 -HOMEPAGE="http://home.earthlink.net/~k_sheff/sw/e2tools/index.html"
37 +HOMEPAGE="http://home.earthlink.net/~k_sheff/sw/e2tools/"
38 SRC_URI="http://home.earthlink.net/~k_sheff/sw/${PN}/${P}.tar.gz"
39
40 LICENSE="GPL-2"