summaryrefslogtreecommitdiff
path: root/dev-util/shtool
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-util/shtool
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-util/shtool')
-rw-r--r--dev-util/shtool/Manifest3
-rw-r--r--dev-util/shtool/metadata.xml5
-rw-r--r--dev-util/shtool/shtool-2.0.8-r1.ebuild20
3 files changed, 28 insertions, 0 deletions
diff --git a/dev-util/shtool/Manifest b/dev-util/shtool/Manifest
new file mode 100644
index 000000000000..eaa91c70aeb5
--- /dev/null
+++ b/dev-util/shtool/Manifest
@@ -0,0 +1,3 @@
+DIST shtool-2.0.8.tar.gz 97033 BLAKE2B 05096c0cf4a20ea86a77db59b4d4e0f8431d1cc331c3dbaeac089dc7fcf89cb1ad391b731dab8d31bf010dfe9129a2710f71657600953464b59e0062eb7a7254 SHA512 f0c9292e8d980323d587b70e582574ba1cfe3c26296a01d51a2068a7886e5b1f501e8c5dc37b5d4b0f7a34217c7ad7f6f3011969d9c2d65776fe66e8287c1758
+EBUILD shtool-2.0.8-r1.ebuild 493 BLAKE2B 716c682b087cc285700609ea878cf579145a1ae28bc987ae89a0561a2a8c36d1ab2d139ac6a34c8d230c783998aac762ac988f9023c1e27b5205c6ae6b17bcfa SHA512 7e90ec080098b959083e81625579519991f38e83179d57e65f1eb866b120a15c0f2d048308853dca952b35ac983e930cb8cfa8833765059fb00166a409235d2b
+MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/dev-util/shtool/metadata.xml b/dev-util/shtool/metadata.xml
new file mode 100644
index 000000000000..6f49eba8f496
--- /dev/null
+++ b/dev-util/shtool/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<!-- maintainer-needed -->
+</pkgmetadata>
diff --git a/dev-util/shtool/shtool-2.0.8-r1.ebuild b/dev-util/shtool/shtool-2.0.8-r1.ebuild
new file mode 100644
index 000000000000..6fc14e68ba45
--- /dev/null
+++ b/dev-util/shtool/shtool-2.0.8-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Set of stable and portable shell scripts"
+HOMEPAGE="https://www.gnu.org/software/shtool/shtool.html"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 arm hppa ia64 ppc s390 sh sparc x86"
+IUSE=""
+
+DEPEND="dev-lang/perl"
+
+src_install () {
+ emake DESTDIR="${D}" install
+ dodoc AUTHORS ChangeLog README THANKS VERSION NEWS RATIONAL
+}