Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/zipper/
Date: Sun, 07 Nov 2021 08:14:27
Message-Id: 1636272853.c33c0f8fe8b8b729c8fdf24694eca8e825824f59.voyageur@gentoo
1 commit: c33c0f8fe8b8b729c8fdf24694eca8e825824f59
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 7 08:13:25 2021 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 7 08:14:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c33c0f8f
7
8 gnustep-apps/zipper: bump EAPI
9
10 Closes: https://bugs.gentoo.org/820011
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
13
14 gnustep-apps/zipper/zipper-1.5-r1.ebuild | 16 ++++++++++++++++
15 1 file changed, 16 insertions(+)
16
17 diff --git a/gnustep-apps/zipper/zipper-1.5-r1.ebuild b/gnustep-apps/zipper/zipper-1.5-r1.ebuild
18 new file mode 100644
19 index 00000000000..2edb247fc9a
20 --- /dev/null
21 +++ b/gnustep-apps/zipper/zipper-1.5-r1.ebuild
22 @@ -0,0 +1,16 @@
23 +# Copyright 1999-2021 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +
28 +inherit gnustep-2
29 +
30 +S=${WORKDIR}/${P/z/Z}
31 +
32 +DESCRIPTION="Zipper is a tool for inspecting and extracting compressed archives"
33 +HOMEPAGE="http://gap.nongnu.org/zipper"
34 +SRC_URI="https://savannah.nongnu.org/download/gap/${P/z/Z}.tar.gz"
35 +LICENSE="GPL-2"
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~ppc ~x86"
38 +IUSE=""