diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2021-11-07 09:13:25 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2021-11-07 09:14:13 +0100 |
commit | c33c0f8fe8b8b729c8fdf24694eca8e825824f59 (patch) | |
tree | b6c80b25363aab8ce8ca8ab0b31aea8f8ede5068 /gnustep-apps/zipper | |
parent | gnustep-apps/systempreferences: bump EAPI (diff) | |
download | gentoo-c33c0f8fe8b8b729c8fdf24694eca8e825824f59.tar.gz gentoo-c33c0f8fe8b8b729c8fdf24694eca8e825824f59.tar.bz2 gentoo-c33c0f8fe8b8b729c8fdf24694eca8e825824f59.zip |
gnustep-apps/zipper: bump EAPI
Closes: https://bugs.gentoo.org/820011
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'gnustep-apps/zipper')
-rw-r--r-- | gnustep-apps/zipper/zipper-1.5-r1.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gnustep-apps/zipper/zipper-1.5-r1.ebuild b/gnustep-apps/zipper/zipper-1.5-r1.ebuild new file mode 100644 index 000000000000..2edb247fc9a5 --- /dev/null +++ b/gnustep-apps/zipper/zipper-1.5-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit gnustep-2 + +S=${WORKDIR}/${P/z/Z} + +DESCRIPTION="Zipper is a tool for inspecting and extracting compressed archives" +HOMEPAGE="http://gap.nongnu.org/zipper" +SRC_URI="https://savannah.nongnu.org/download/gap/${P/z/Z}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" |