summaryrefslogtreecommitdiff
path: root/dev-php/PEAR-File_SMBPasswd
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-php/PEAR-File_SMBPasswd
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-php/PEAR-File_SMBPasswd')
-rw-r--r--dev-php/PEAR-File_SMBPasswd/Manifest3
-rw-r--r--dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.3-r1.ebuild20
-rw-r--r--dev-php/PEAR-File_SMBPasswd/metadata.xml8
3 files changed, 31 insertions, 0 deletions
diff --git a/dev-php/PEAR-File_SMBPasswd/Manifest b/dev-php/PEAR-File_SMBPasswd/Manifest
new file mode 100644
index 000000000000..d2b1f9ac76b8
--- /dev/null
+++ b/dev-php/PEAR-File_SMBPasswd/Manifest
@@ -0,0 +1,3 @@
+DIST File_SMBPasswd-1.0.3.tgz 5251 BLAKE2B e102bee8628dfe521ad3a4b212694a306c2bcedd869e1a4203fc1280f73cf6b42a95ce0940f36e583db1d1b18260f0eb9e73cd86be2f2cb51fbf9c47a0334b8d SHA512 49c8293ec4de0b20a9a9d80cc1175693cf9846979eeb2e77b08b48da57d214f02ebcd8ed51738222640c94eccadd5bbf0d5c8a3904c9aefb42308632ffb07a0b
+EBUILD PEAR-File_SMBPasswd-1.0.3-r1.ebuild 459 BLAKE2B 3099d2f7f14eb6dacd565e1fea629a3c20fa40a7f6c231f9e026995904475a0fd28946ab62b9cd97b6cda743f742a38dcb90c4b9b0fd900a4393b71e6c4d0a11 SHA512 9c3e94ea601f1dc5ce250f9c4f2d59a71556f31be5c11f0e9986139adbed4827bddff372abb373d2a4e2b1f5586deafca3d6b67cf4e72b2b12b909c5a17f9d49
+MISC metadata.xml 239 BLAKE2B 9b7c5dcb74289073481cf07031b7a92f32496cc1097becb074d74a8fbb8133de429ce1baf284e446e44132943c8b32e6b824570f15828588e42ea49ef5661f00 SHA512 2181b874bfe8cd31e7730d8207e26cfd2f272eaf2d1b57ae0faff126347a5298fa1c506d9107e1da9736c8a0ed9c8c339e4d9509a8726b79dbe86e073c12dee0
diff --git a/dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.3-r1.ebuild b/dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.3-r1.ebuild
new file mode 100644
index 000000000000..fd868bd4a98b
--- /dev/null
+++ b/dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.3-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit php-pear-r2
+
+DESCRIPTION="Class for managing SAMBA style password files"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
+IUSE=""
+RDEPEND=">=dev-lang/php-5.3:*
+ >=dev-php/PEAR-Crypt_CHAP-1.0.0"
+
+src_install() {
+ insinto /usr/share/php/File
+ doins SMBPasswd.php
+ php-pear-r2_install_packagexml
+ einstalldocs
+}
diff --git a/dev-php/PEAR-File_SMBPasswd/metadata.xml b/dev-php/PEAR-File_SMBPasswd/metadata.xml
new file mode 100644
index 000000000000..b86acf66c756
--- /dev/null
+++ b/dev-php/PEAR-File_SMBPasswd/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>php-bugs@gentoo.org</email>
+ <name>PHP</name>
+ </maintainer>
+</pkgmetadata>