diff options
author | 2016-07-28 16:41:05 +0300 | |
---|---|---|
committer | 2016-07-28 16:49:12 +0300 | |
commit | b49048b3d8d7e3300ced2a645ae727ca8081d49d (patch) | |
tree | 305dba3567cc5af767dd5928f2d221ac5af2cb3b /dev-php/PEAR-Net_LDAP3/PEAR-Net_LDAP3-1.0.5_pre20160405.ebuild | |
parent | app-editors/bluefish: Removed old. (diff) | |
download | gentoo-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/PEAR-Net_LDAP3/PEAR-Net_LDAP3-1.0.5_pre20160405.ebuild')
-rw-r--r-- | dev-php/PEAR-Net_LDAP3/PEAR-Net_LDAP3-1.0.5_pre20160405.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
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/* +} |