summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2016-07-28 16:41:05 +0300
committerSergey Popov <pinkbyte@gentoo.org>2016-07-28 16:49:12 +0300
commitb49048b3d8d7e3300ced2a645ae727ca8081d49d (patch)
tree305dba3567cc5af767dd5928f2d221ac5af2cb3b /dev-php
parentapp-editors/bluefish: Removed old. (diff)
downloadgentoo-b49048b3d8d7e3300ced2a645ae727ca8081d49d.tar.gz
gentoo-b49048b3d8d7e3300ced2a645ae727ca8081d49d.tar.bz2
gentoo-b49048b3d8d7e3300ced2a645ae727ca8081d49d.zip
dev-php/PEAR-Net_LDAP3: new package
This optional dependency is needed by all in-tree versions of mail-client/roundcube, instead of dev-php/PEAR-Net_LDAP2. Committing straight to stable. Package-Manager: portage-2.2.28 RepoMan-Options: --force
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Net_LDAP3/Manifest1
-rw-r--r--dev-php/PEAR-Net_LDAP3/PEAR-Net_LDAP3-1.0.5_pre20160405.ebuild23
-rw-r--r--dev-php/PEAR-Net_LDAP3/metadata.xml8
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-php/PEAR-Net_LDAP3/Manifest b/dev-php/PEAR-Net_LDAP3/Manifest
new file mode 100644
index 000000000000..8d4fdca5f623
--- /dev/null
+++ b/dev-php/PEAR-Net_LDAP3/Manifest
@@ -0,0 +1 @@
+DIST PEAR-Net_LDAP3-1.0.5_pre20160405.tar.gz 37059 SHA256 e27883a56cd26359893fbea4d0c8a7341889c3faed16ed5f5bdcec454cf4d292 SHA512 c24e3af5b8ae03ff598f05e64419ff23b6efe51f4e56a15492cd0f41b9fae815199057f63b12212f2d3707bd14cdbda75b03e6155d755bd6408739f987ccf75d WHIRLPOOL d0610a496717b960f979eeca8794b7dc0c522aaa47cbfe2e22e6f48083b9b555b4d4a57dc49879d8829a34f81b6fa18a9a77a739e9a62b25bf0d597b3f1206da
diff --git a/dev-php/PEAR-Net_LDAP3/PEAR-Net_LDAP3-1.0.5_pre20160405.ebuild b/dev-php/PEAR-Net_LDAP3/PEAR-Net_LDAP3-1.0.5_pre20160405.ebuild
new file mode 100644
index 000000000000..691b32b6b8af
--- /dev/null
+++ b/dev-php/PEAR-Net_LDAP3/PEAR-Net_LDAP3-1.0.5_pre20160405.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="PEAR:Net_LDAP2 successor, provides functionality for accessing LDAP"
+HOMEPAGE="https://gitlab.com/roundcube/net_ldap3"
+SRC_URI="http://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="amd64 arm ~hppa ppc ~ppc64 ~sparc x86"
+
+DEPEND=""
+RDEPEND="dev-lang/php:*[ldap]"
+
+S="${WORKDIR}"
+
+src_install() {
+ insinto "/usr/share/php"
+ doins -r lib/*
+}
diff --git a/dev-php/PEAR-Net_LDAP3/metadata.xml b/dev-php/PEAR-Net_LDAP3/metadata.xml
new file mode 100644
index 000000000000..5b159fbcadd1
--- /dev/null
+++ b/dev-php/PEAR-Net_LDAP3/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="person">
+ <email>pinkbyte@gentoo.org</email>
+ <name>Sergey Popov</name>
+ </maintainer>
+</pkgmetadata>