diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /gnustep-apps/zipper | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'gnustep-apps/zipper')
-rw-r--r-- | gnustep-apps/zipper/Manifest | 3 | ||||
-rw-r--r-- | gnustep-apps/zipper/metadata.xml | 11 | ||||
-rw-r--r-- | gnustep-apps/zipper/zipper-1.5.ebuild | 16 |
3 files changed, 30 insertions, 0 deletions
diff --git a/gnustep-apps/zipper/Manifest b/gnustep-apps/zipper/Manifest new file mode 100644 index 000000000000..5d1d21ad646f --- /dev/null +++ b/gnustep-apps/zipper/Manifest @@ -0,0 +1,3 @@ +DIST Zipper-1.5.tar.gz 81557 BLAKE2B cbd3201de2ba8edd10d3d9a4a748ab559ce1aeafb95ee68ef2a9f2b978d1e08585f519bd557676932a0a4e38a7b401150d6b80d91296df281fc50295cee47e77 SHA512 4b3353c0513f6fb4431778d03a4f980a592d19bbb3dcaface5c618b88a9c76bb7d067cca38fe20ccafc6c3636cd6b2e17b2a2e273673b2ba1153faa6f68ef348 +EBUILD zipper-1.5.ebuild 404 BLAKE2B 362dfbf5f987f411b201eca82451a2897dd27541f7e55154bcdac788329b2bfe10d52111136292a519f7b6195260e875a94582a3f5d2bb7782e612ddcfa12930 SHA512 5493ee9bf5e35cd7f77976d191ced6ae4d24ed612d4d4517388eae418073d5db09743fd4998d171d94b28e8d65fbc31b3b897c6c9c72ab0de9751f0c0e9800a8 +MISC metadata.xml 379 BLAKE2B d47143db4c160090d7b5582b0f8251220cbd0b6f36939ce3dc6c9cab06412dc8e79e7da34d52d9fa16b50928811ea170a9ad671317f812883327b0a9d067b778 SHA512 6f3b1c08459825f43a5d81eebb2e10c98d7330c09cb3f0dd3c746fa6ae299d6872f3400a39a41fc08d0ae3d9bbc14b2e20205efe84a845c9556695c5bf6ad4e2 diff --git a/gnustep-apps/zipper/metadata.xml b/gnustep-apps/zipper/metadata.xml new file mode 100644 index 000000000000..536e3caa28a4 --- /dev/null +++ b/gnustep-apps/zipper/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>gnustep@gentoo.org</email> + <name>Gentoo GNUstep Project</name> +</maintainer> +<longdescription> +Zipper is a tool for inspecting the contents of a compressed archive and for extracting. +</longdescription> +</pkgmetadata> diff --git a/gnustep-apps/zipper/zipper-1.5.ebuild b/gnustep-apps/zipper/zipper-1.5.ebuild new file mode 100644 index 000000000000..92dcaebe97af --- /dev/null +++ b/gnustep-apps/zipper/zipper-1.5.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +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="" |