* [gentoo-commits] repo/gentoo:master commit in: sys-fs/ldapfuse/
@ 2017-05-30 21:59 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2017-05-30 21:59 UTC (permalink / raw
To: gentoo-commits
commit: bc5f566f37fad31c5dd208ddb45f770591ba8de1
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue May 30 21:59:20 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue May 30 21:59:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc5f566f
sys-fs/ldapfuse: clean up old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sys-fs/ldapfuse/ldapfuse-1.0.ebuild | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/sys-fs/ldapfuse/ldapfuse-1.0.ebuild b/sys-fs/ldapfuse/ldapfuse-1.0.ebuild
deleted file mode 100644
index f74559587c9..00000000000
--- a/sys-fs/ldapfuse/ldapfuse-1.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="A virtual filesystem for FUSE which allows navigation of an LDAP tree"
-HOMEPAGE="https://sourceforge.net/projects/ldapfuse/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="net-nds/openldap
- sys-fs/fuse
- >=sys-libs/libhx-3.12"
-DEPEND="${RDEPEND}
- app-arch/xz-utils
- virtual/pkgconfig"
-
-DOCS=( doc/changelog.txt doc/rfcs.txt )
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/ldapfuse/
@ 2017-05-30 21:59 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2017-05-30 21:59 UTC (permalink / raw
To: gentoo-commits
commit: 4394443da2ed4ee3afff1c73dd91f26573d5c94a
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue May 30 21:56:41 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue May 30 21:56:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4394443d
sys-fs/ldapfuse: EAPI 6 bump.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sys-fs/ldapfuse/ldapfuse-1.0-r1.ebuild | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/sys-fs/ldapfuse/ldapfuse-1.0-r1.ebuild b/sys-fs/ldapfuse/ldapfuse-1.0-r1.ebuild
new file mode 100644
index 00000000000..c6a326959d2
--- /dev/null
+++ b/sys-fs/ldapfuse/ldapfuse-1.0-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A virtual filesystem for FUSE which allows navigation of an LDAP tree"
+HOMEPAGE="https://sourceforge.net/projects/ldapfuse/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ net-nds/openldap
+ sys-fs/fuse
+ >=sys-libs/libhx-3.12"
+
+DEPEND="
+ ${RDEPEND}
+ app-arch/xz-utils
+ virtual/pkgconfig"
+
+DOCS=( doc/changelog.txt doc/rfcs.txt )
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/ldapfuse/
@ 2018-12-23 20:44 Tim Harder
0 siblings, 0 replies; 7+ messages in thread
From: Tim Harder @ 2018-12-23 20:44 UTC (permalink / raw
To: gentoo-commits
commit: 7243f63ef2da545bea62ae90eadff0e4bf4643c5
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 23 20:43:19 2018 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Dec 23 20:43:19 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7243f63e
sys-fs/ldapfuse: remove old
Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
sys-fs/ldapfuse/ldapfuse-1.0-r1.ebuild | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/sys-fs/ldapfuse/ldapfuse-1.0-r1.ebuild b/sys-fs/ldapfuse/ldapfuse-1.0-r1.ebuild
deleted file mode 100644
index c6a326959d2..00000000000
--- a/sys-fs/ldapfuse/ldapfuse-1.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A virtual filesystem for FUSE which allows navigation of an LDAP tree"
-HOMEPAGE="https://sourceforge.net/projects/ldapfuse/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- net-nds/openldap
- sys-fs/fuse
- >=sys-libs/libhx-3.12"
-
-DEPEND="
- ${RDEPEND}
- app-arch/xz-utils
- virtual/pkgconfig"
-
-DOCS=( doc/changelog.txt doc/rfcs.txt )
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/ldapfuse/
@ 2018-12-23 20:44 Tim Harder
0 siblings, 0 replies; 7+ messages in thread
From: Tim Harder @ 2018-12-23 20:44 UTC (permalink / raw
To: gentoo-commits
commit: 4831e51b3a8372cd583e725b6f89c3f349fb4f0a
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 23 20:43:01 2018 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Dec 23 20:43:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4831e51b
sys-fs/ldapfuse: add sys-fs/fuse slot dep
Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
sys-fs/ldapfuse/ldapfuse-1.0-r2.ebuild | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/sys-fs/ldapfuse/ldapfuse-1.0-r2.ebuild b/sys-fs/ldapfuse/ldapfuse-1.0-r2.ebuild
new file mode 100644
index 00000000000..22f15a54b35
--- /dev/null
+++ b/sys-fs/ldapfuse/ldapfuse-1.0-r2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A virtual filesystem for FUSE which allows navigation of an LDAP tree"
+HOMEPAGE="https://sourceforge.net/projects/ldapfuse/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ net-nds/openldap
+ sys-fs/fuse:0
+ >=sys-libs/libhx-3.12"
+
+DEPEND="
+ ${RDEPEND}
+ app-arch/xz-utils
+ virtual/pkgconfig"
+
+DOCS=( doc/changelog.txt doc/rfcs.txt )
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/ldapfuse/
@ 2020-11-17 16:56 Matt Turner
0 siblings, 0 replies; 7+ messages in thread
From: Matt Turner @ 2020-11-17 16:56 UTC (permalink / raw
To: gentoo-commits
commit: de9ac583f2cbf23d26861e6fcee2b2da289226e5
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 17 16:51:13 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Nov 17 16:56:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de9ac583
sys-fs/ldapfuse: Subscribe to libhx subslot
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
sys-fs/ldapfuse/{ldapfuse-1.0-r2.ebuild => ldapfuse-1.0-r3.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/ldapfuse/ldapfuse-1.0-r2.ebuild b/sys-fs/ldapfuse/ldapfuse-1.0-r3.ebuild
similarity index 95%
rename from sys-fs/ldapfuse/ldapfuse-1.0-r2.ebuild
rename to sys-fs/ldapfuse/ldapfuse-1.0-r3.ebuild
index 22f15a54b35..06bdb19e918 100644
--- a/sys-fs/ldapfuse/ldapfuse-1.0-r2.ebuild
+++ b/sys-fs/ldapfuse/ldapfuse-1.0-r3.ebuild
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="
net-nds/openldap
sys-fs/fuse:0
- >=sys-libs/libhx-3.12"
+ >=sys-libs/libhx-3.12:="
DEPEND="
${RDEPEND}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/ldapfuse/
@ 2022-03-23 0:14 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2022-03-23 0:14 UTC (permalink / raw
To: gentoo-commits
commit: c404eb1fd97f991505100f685e2d36b16dd56c92
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 00:06:54 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 00:06:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c404eb1f
sys-fs/ldapfuse: add subslot dep on OpenLDAP
New OpenLDAP breaks ABI (changes SONAME)
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/ldapfuse/{ldapfuse-1.0-r3.ebuild => ldapfuse-1.0-r4.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-fs/ldapfuse/ldapfuse-1.0-r3.ebuild b/sys-fs/ldapfuse/ldapfuse-1.0-r4.ebuild
similarity index 89%
rename from sys-fs/ldapfuse/ldapfuse-1.0-r3.ebuild
rename to sys-fs/ldapfuse/ldapfuse-1.0-r4.ebuild
index 06bdb19e918f..0e01a694da64 100644
--- a/sys-fs/ldapfuse/ldapfuse-1.0-r3.ebuild
+++ b/sys-fs/ldapfuse/ldapfuse-1.0-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,7 +12,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
- net-nds/openldap
+ net-nds/openldap:=
sys-fs/fuse:0
>=sys-libs/libhx-3.12:="
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/ldapfuse/
@ 2023-05-04 21:39 Conrad Kostecki
0 siblings, 0 replies; 7+ messages in thread
From: Conrad Kostecki @ 2023-05-04 21:39 UTC (permalink / raw
To: gentoo-commits
commit: c46510d821ab685310a3b14911d91c56ccd698c5
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu May 4 18:01:05 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu May 4 21:38:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c46510d8
sys-fs/ldapfuse: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30872
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
sys-fs/ldapfuse/ldapfuse-1.0-r4.ebuild | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/sys-fs/ldapfuse/ldapfuse-1.0-r4.ebuild b/sys-fs/ldapfuse/ldapfuse-1.0-r4.ebuild
index 0e01a694da64..2e4ec1113932 100644
--- a/sys-fs/ldapfuse/ldapfuse-1.0-r4.ebuild
+++ b/sys-fs/ldapfuse/ldapfuse-1.0-r4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
-DESCRIPTION="A virtual filesystem for FUSE which allows navigation of an LDAP tree"
+DESCRIPTION="Virtual filesystem for FUSE which allows navigation of an LDAP tree"
HOMEPAGE="https://sourceforge.net/projects/ldapfuse/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
@@ -15,9 +15,8 @@ RDEPEND="
net-nds/openldap:=
sys-fs/fuse:0
>=sys-libs/libhx-3.12:="
-
-DEPEND="
- ${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
app-arch/xz-utils
virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-05-04 21:39 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-30 21:59 [gentoo-commits] repo/gentoo:master commit in: sys-fs/ldapfuse/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2023-05-04 21:39 Conrad Kostecki
2022-03-23 0:14 Sam James
2020-11-17 16:56 Matt Turner
2018-12-23 20:44 Tim Harder
2018-12-23 20:44 Tim Harder
2017-05-30 21:59 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox