public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-fs/wdfs/
@ 2016-04-16 13:22 Manuel Rüger
  0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rüger @ 2016-04-16 13:22 UTC (permalink / raw
  To: gentoo-commits

commit:     3bdb9688e61450b6b61a9566b7b00c6183625c13
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 16 13:21:58 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 13:22:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bdb9688

net-fs/wdfs: Remove old

Package-Manager: portage-2.2.28

 net-fs/wdfs/wdfs-1.4.2.ebuild | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/net-fs/wdfs/wdfs-1.4.2.ebuild b/net-fs/wdfs/wdfs-1.4.2.ebuild
deleted file mode 100644
index 2d8a766..0000000
--- a/net-fs/wdfs/wdfs-1.4.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="WebDAV filesystem with special features for accessing subversion repositories"
-HOMEPAGE="http://noedler.de/projekte/wdfs/"
-SRC_URI="http://noedler.de/projekte/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=net-libs/neon-0.24.7
-	 >=sys-fs/fuse-2.5"
-DEPEND="${RDEPEND}"
-
-src_install() {
-	emake DESTDIR="${D}" install || die "make install failed"
-	dodoc ChangeLog AUTHORS NEWS README
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-fs/wdfs/
@ 2020-12-18 10:17 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2020-12-18 10:17 UTC (permalink / raw
  To: gentoo-commits

commit:     272ae12ff1190f2539346c26ce4d0f9463620bb6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 18 10:16:28 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 10:17:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=272ae12f

net-fs/wdfs: Bump to EAPI 7

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-fs/wdfs/wdfs-1.4.2-r2.ebuild | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/net-fs/wdfs/wdfs-1.4.2-r2.ebuild b/net-fs/wdfs/wdfs-1.4.2-r2.ebuild
index 9a982c40b49..60e8d6219fb 100644
--- a/net-fs/wdfs/wdfs-1.4.2-r2.ebuild
+++ b/net-fs/wdfs/wdfs-1.4.2-r2.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
-
-inherit eutils
+EAPI=7
 
 DESCRIPTION="WebDAV filesystem with special features for accessing subversion repositories"
 HOMEPAGE="http://noedler.de/projekte/wdfs/"
@@ -19,6 +17,6 @@ RDEPEND=">=net-libs/neon-0.24.7
 	dev-libs/glib:2"
 DEPEND="${RDEPEND}"
 
-src_prepare() {
-	epatch "${FILESDIR}/${P}-fix-Waddress.patch"
-}
+PATCHES=(
+	"${FILESDIR}/${P}-fix-Waddress.patch"
+)


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

* [gentoo-commits] repo/gentoo:master commit in: net-fs/wdfs/
@ 2020-12-18 10:17 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2020-12-18 10:17 UTC (permalink / raw
  To: gentoo-commits

commit:     d7f5a364fd416c2004a6873e6d7c34dc780ae3ca
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 18 10:14:45 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 10:17:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7f5a364

net-fs/wdfs: Add missing slot on sys-fs/fuse dep

Closes: https://bugs.gentoo.org/701018
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-fs/wdfs/{wdfs-1.4.2-r1.ebuild => wdfs-1.4.2-r2.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-fs/wdfs/wdfs-1.4.2-r1.ebuild b/net-fs/wdfs/wdfs-1.4.2-r2.ebuild
similarity index 92%
rename from net-fs/wdfs/wdfs-1.4.2-r1.ebuild
rename to net-fs/wdfs/wdfs-1.4.2-r2.ebuild
index 5de6083daed..9a982c40b49 100644
--- a/net-fs/wdfs/wdfs-1.4.2-r1.ebuild
+++ b/net-fs/wdfs/wdfs-1.4.2-r2.ebuild
@@ -15,8 +15,8 @@ KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=net-libs/neon-0.24.7
-	 >=sys-fs/fuse-2.5
-	 dev-libs/glib:2"
+	>=sys-fs/fuse-2.5:0
+	dev-libs/glib:2"
 DEPEND="${RDEPEND}"
 
 src_prepare() {


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

* [gentoo-commits] repo/gentoo:master commit in: net-fs/wdfs/
@ 2023-05-27 12:18 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-05-27 12:18 UTC (permalink / raw
  To: gentoo-commits

commit:     0447bf82209c727a15aadd6ad330a98714b67b7b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 12:17:53 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 27 12:17:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0447bf82

net-fs/wdfs: Keyword 1.4.2-r2 arm64, #907078

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-fs/wdfs/wdfs-1.4.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-fs/wdfs/wdfs-1.4.2-r2.ebuild b/net-fs/wdfs/wdfs-1.4.2-r2.ebuild
index 60e8d6219fb5..67ac495d22aa 100644
--- a/net-fs/wdfs/wdfs-1.4.2-r2.ebuild
+++ b/net-fs/wdfs/wdfs-1.4.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="http://noedler.de/projekte/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 RDEPEND=">=net-libs/neon-0.24.7


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

* [gentoo-commits] repo/gentoo:master commit in: net-fs/wdfs/
@ 2024-08-01 16:29 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2024-08-01 16:29 UTC (permalink / raw
  To: gentoo-commits

commit:     be87b69344b7b92b5ec0e80334505d9dfe299c19
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Thu Aug  1 15:47:45 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug  1 16:25:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be87b693

net-fs/wdfs: add missing net-libs/neon slot op, EAPI-8 bump

- drop empty IUSE
- sort RDEPEND

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Closes: https://github.com/gentoo/gentoo/pull/37869
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-fs/wdfs/wdfs-1.4.2-r3.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/net-fs/wdfs/wdfs-1.4.2-r3.ebuild b/net-fs/wdfs/wdfs-1.4.2-r3.ebuild
new file mode 100644
index 000000000000..62ac7955f34c
--- /dev/null
+++ b/net-fs/wdfs/wdfs-1.4.2-r3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="WebDAV filesystem with special features for accessing subversion repositories"
+HOMEPAGE="http://noedler.de/projekte/wdfs/"
+SRC_URI="http://noedler.de/projekte/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+	dev-libs/glib:2
+	>=net-libs/neon-0.24.7:=
+	>=sys-fs/fuse-2.5:0
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+	"${FILESDIR}/${P}-fix-Waddress.patch"
+)


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

* [gentoo-commits] repo/gentoo:master commit in: net-fs/wdfs/
@ 2024-08-11 17:19 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-08-11 17:19 UTC (permalink / raw
  To: gentoo-commits

commit:     ee79cf5b9028366a4a1f22c24aaa4213daa089df
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 17:19:05 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 17:19:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee79cf5b

net-fs/wdfs: Stabilize 1.4.2-r3 x86, #937102

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-fs/wdfs/wdfs-1.4.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/wdfs/wdfs-1.4.2-r3.ebuild b/net-fs/wdfs/wdfs-1.4.2-r3.ebuild
index 62ac7955f34c..f0fa960d4637 100644
--- a/net-fs/wdfs/wdfs-1.4.2-r3.ebuild
+++ b/net-fs/wdfs/wdfs-1.4.2-r3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://noedler.de/projekte/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 x86"
 
 RDEPEND="
 	dev-libs/glib:2


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

* [gentoo-commits] repo/gentoo:master commit in: net-fs/wdfs/
@ 2024-08-11 17:19 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-08-11 17:19 UTC (permalink / raw
  To: gentoo-commits

commit:     92621da4dac569e8fd6abc1b47dfc0af8c60d35f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 17:19:06 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 17:19:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92621da4

net-fs/wdfs: Stabilize 1.4.2-r3 amd64, #937102

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-fs/wdfs/wdfs-1.4.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/wdfs/wdfs-1.4.2-r3.ebuild b/net-fs/wdfs/wdfs-1.4.2-r3.ebuild
index f0fa960d4637..46d56fff6992 100644
--- a/net-fs/wdfs/wdfs-1.4.2-r3.ebuild
+++ b/net-fs/wdfs/wdfs-1.4.2-r3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://noedler.de/projekte/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
 	dev-libs/glib:2


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

* [gentoo-commits] repo/gentoo:master commit in: net-fs/wdfs/
@ 2024-08-29 19:03 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2024-08-29 19:03 UTC (permalink / raw
  To: gentoo-commits

commit:     860c706dea662a0b9bdcba9684cc28055b817d13
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 17:37:45 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 19:02:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=860c706d

net-fs/wdfs: drop 1.4.2-r2

Bug: https://bugs.gentoo.org/937102
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-fs/wdfs/wdfs-1.4.2-r2.ebuild | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/net-fs/wdfs/wdfs-1.4.2-r2.ebuild b/net-fs/wdfs/wdfs-1.4.2-r2.ebuild
deleted file mode 100644
index 67ac495d22aa..000000000000
--- a/net-fs/wdfs/wdfs-1.4.2-r2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="WebDAV filesystem with special features for accessing subversion repositories"
-HOMEPAGE="http://noedler.de/projekte/wdfs/"
-SRC_URI="http://noedler.de/projekte/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-RDEPEND=">=net-libs/neon-0.24.7
-	>=sys-fs/fuse-2.5:0
-	dev-libs/glib:2"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-	"${FILESDIR}/${P}-fix-Waddress.patch"
-)


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

end of thread, other threads:[~2024-08-29 19:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-27 12:18 [gentoo-commits] repo/gentoo:master commit in: net-fs/wdfs/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-08-29 19:03 Andreas Sturmlechner
2024-08-11 17:19 Sam James
2024-08-11 17:19 Sam James
2024-08-01 16:29 Andreas Sturmlechner
2020-12-18 10:17 Michał Górny
2020-12-18 10:17 Michał Górny
2016-04-16 13:22 Manuel Rüger

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