public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_LDAP3/
@ 2016-07-28 13:53 Sergey Popov
  0 siblings, 0 replies; 5+ messages in thread
From: Sergey Popov @ 2016-07-28 13:53 UTC (permalink / raw
  To: gentoo-commits

commit:     b49048b3d8d7e3300ced2a645ae727ca8081d49d
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 28 13:41:05 2016 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Thu Jul 28 13:49:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49048b3

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

 dev-php/PEAR-Net_LDAP3/Manifest                    |  1 +
 .../PEAR-Net_LDAP3-1.0.5_pre20160405.ebuild        | 23 ++++++++++++++++++++++
 dev-php/PEAR-Net_LDAP3/metadata.xml                |  8 ++++++++
 3 files changed, 32 insertions(+)

diff --git a/dev-php/PEAR-Net_LDAP3/Manifest b/dev-php/PEAR-Net_LDAP3/Manifest
new file mode 100644
index 0000000..8d4fdca
--- /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 0000000..691b32b
--- /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 0000000..5b159fb
--- /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>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_LDAP3/
@ 2016-07-28 14:15 Sergey Popov
  0 siblings, 0 replies; 5+ messages in thread
From: Sergey Popov @ 2016-07-28 14:15 UTC (permalink / raw
  To: gentoo-commits

commit:     02d2d95bdef766468487ff867d9375b9ac012a80
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 28 14:11:10 2016 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Thu Jul 28 14:15:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d2d95b

dev-php/PEAR-Net_LDAP3: add missing dependency on dev-php/PEAR-Net_LDAP2

Package-Manager: portage-2.2.28

 dev-php/PEAR-Net_LDAP3/PEAR-Net_LDAP3-1.0.5_pre20160405.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 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
index 691b32b..7423823 100644
--- 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
@@ -12,8 +12,10 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 arm ~hppa ppc ~ppc64 ~sparc x86"
 
-DEPEND=""
-RDEPEND="dev-lang/php:*[ldap]"
+RDEPEND="
+	dev-lang/php:*[ldap]
+	dev-php/PEAR-Net_LDAP2
+"
 
 S="${WORKDIR}"
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_LDAP3/
@ 2017-09-06 20:52 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2017-09-06 20:52 UTC (permalink / raw
  To: gentoo-commits

commit:     a2750d5d8be75e4cda825f230d9aeb26ca514f4f
Author:     Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Sun Sep  3 16:06:38 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep  6 20:52:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2750d5d

dev-php/PEAR-Net_LDAP3: use HTTPS for links to dev.gentoo.org

 dev-php/PEAR-Net_LDAP3/PEAR-Net_LDAP3-1.0.5_pre20160405.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 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
index 4d99c2fc6f7..7fc0a516264 100644
--- 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
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 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"
+SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_LDAP3/
@ 2018-03-19  9:25 Sergei Trofimovich
  0 siblings, 0 replies; 5+ messages in thread
From: Sergei Trofimovich @ 2018-03-19  9:25 UTC (permalink / raw
  To: gentoo-commits

commit:     4f93897151f14d02890799867b8cb5b06d254fe0
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 19 09:25:23 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Mar 19 09:25:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f938971

dev-php/PEAR-Net_LDAP3: stable 1.0.5_pre20160405 for ppc64, bug #636970

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 dev-php/PEAR-Net_LDAP3/PEAR-Net_LDAP3-1.0.5_pre20160405.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 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
index 7fc0a516264..764c3f3f78b 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 arm ~hppa ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm ~hppa ppc ppc64 ~sparc x86"
 
 RDEPEND="
 	dev-lang/php:*[ldap]


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_LDAP3/
@ 2018-09-19 19:51 Sergei Trofimovich
  0 siblings, 0 replies; 5+ messages in thread
From: Sergei Trofimovich @ 2018-09-19 19:51 UTC (permalink / raw
  To: gentoo-commits

commit:     277a00cd772e7f189744d26daa216976b0b92c43
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Wed Sep 19 15:41:45 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Sep 19 19:51:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=277a00cd

dev-php/PEAR-Net_LDAP3: stable 1.0.5_pre20160405 for sparc, bug #666232

Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-php/PEAR-Net_LDAP3/PEAR-Net_LDAP3-1.0.5_pre20160405.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 764c3f3f78b..f420f5da032 100644
--- 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
@@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 arm ~hppa ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 arm ~hppa ppc ppc64 sparc x86"
 
 RDEPEND="
 	dev-lang/php:*[ldap]


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-09-19 19:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-28 13:53 [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_LDAP3/ Sergey Popov
  -- strict thread matches above, loose matches on Subject: below --
2016-07-28 14:15 Sergey Popov
2017-09-06 20:52 Michał Górny
2018-03-19  9:25 Sergei Trofimovich
2018-09-19 19:51 Sergei Trofimovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox