* [gentoo-commits] repo/gentoo:master commit in: net-misc/cadaver/
@ 2018-08-05 21:48 Patrice Clement
0 siblings, 0 replies; 17+ messages in thread
From: Patrice Clement @ 2018-08-05 21:48 UTC (permalink / raw
To: gentoo-commits
commit: 0f5d90dae7a92885aa90f7df75470891015563f2
Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Sat Aug 4 13:31:22 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Aug 5 21:47:19 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f5d90da
net-misc/cadaver: update HOMEPAGE and SRC_URI.
Closes: https://github.com/gentoo/gentoo/pull/9440
net-misc/cadaver/cadaver-0.23.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/cadaver/cadaver-0.23.3.ebuild b/net-misc/cadaver/cadaver-0.23.3.ebuild
index 0401ea0f0ca..7b62221093c 100644
--- a/net-misc/cadaver/cadaver-0.23.3.ebuild
+++ b/net-misc/cadaver/cadaver-0.23.3.ebuild
@@ -6,8 +6,8 @@ EAPI="6"
inherit autotools
DESCRIPTION="Command-line WebDAV client"
-HOMEPAGE="http://www.webdav.org/cadaver"
-SRC_URI="http://www.webdav.org/cadaver/${P}.tar.gz"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/cadaver/
@ 2018-12-19 17:59 Mike Gilbert
0 siblings, 0 replies; 17+ messages in thread
From: Mike Gilbert @ 2018-12-19 17:59 UTC (permalink / raw
To: gentoo-commits
commit: 3666a6e7902d8dca3a3dc86c8fb03050cebc21b1
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Wed Dec 19 17:47:17 2018 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Dec 19 17:59:03 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3666a6e7
Revert "net-misc/cadaver: update HOMEPAGE and SRC_URI.".
This reverts commit 0f5d90dae7a92885aa90f7df75470891015563f2.
Homepage works again.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
net-misc/cadaver/cadaver-0.23.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/cadaver/cadaver-0.23.3.ebuild b/net-misc/cadaver/cadaver-0.23.3.ebuild
index 7b62221093c..edb1d0379d7 100644
--- a/net-misc/cadaver/cadaver-0.23.3.ebuild
+++ b/net-misc/cadaver/cadaver-0.23.3.ebuild
@@ -6,8 +6,8 @@ EAPI="6"
inherit autotools
DESCRIPTION="Command-line WebDAV client"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
+HOMEPAGE="http://webdav.org/cadaver/"
+SRC_URI="http://webdav.org/cadaver/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/cadaver/
@ 2019-06-18 15:59 Mike Gilbert
0 siblings, 0 replies; 17+ messages in thread
From: Mike Gilbert @ 2019-06-18 15:59 UTC (permalink / raw
To: gentoo-commits
commit: 69dbc608e2213a54b525bffaef0d6b04c5335088
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Tue Jun 18 15:26:52 2019 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Jun 18 15:59:07 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69dbc608
net-misc/cadaver: Fix eautoreconf with >=sys-devel/gettext-0.20.
Fixes: https://bugs.gentoo.org/686152
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
net-misc/cadaver/cadaver-0.23.3.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/net-misc/cadaver/cadaver-0.23.3.ebuild b/net-misc/cadaver/cadaver-0.23.3.ebuild
index edb1d0379d7..cbb8805aaa1 100644
--- a/net-misc/cadaver/cadaver-0.23.3.ebuild
+++ b/net-misc/cadaver/cadaver-0.23.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 2003-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -26,8 +26,9 @@ src_prepare() {
rm -r lib/{expat,intl,neon} || die "rm failed"
sed \
- -e "/NE_REQUIRE_VERSIONS/s/29/& 30/" \
- -e "s:lib/neon/Makefile lib/intl/Makefile ::" \
+ -e "/NE_REQUIRE_VERSIONS/s:29:& 30:" \
+ -e "/AM_GNU_GETTEXT/s:no-libtool:external:" \
+ -e "/AC_CONFIG_FILES/s: lib/neon/Makefile lib/intl/Makefile::" \
-i configure.ac || die "sed configure.ac failed"
sed -e "s/^\(SUBDIRS.*=\).*/\1/" -i Makefile.in || die "sed Makefile.in failed"
cp /usr/share/gettext/po/Makefile.in.in po || die "cp failed"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/cadaver/
@ 2019-06-18 16:10 Mike Gilbert
0 siblings, 0 replies; 17+ messages in thread
From: Mike Gilbert @ 2019-06-18 16:10 UTC (permalink / raw
To: gentoo-commits
commit: 3ff3196b2d293228aff64dd300bd405851aaae3c
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Tue Jun 18 16:05:30 2019 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Jun 18 16:10:19 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ff3196b
net-misc/cadaver: Add ${EPREFIX}.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
net-misc/cadaver/cadaver-0.23.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/cadaver/cadaver-0.23.3.ebuild b/net-misc/cadaver/cadaver-0.23.3.ebuild
index cbb8805aaa1..c329d370cd8 100644
--- a/net-misc/cadaver/cadaver-0.23.3.ebuild
+++ b/net-misc/cadaver/cadaver-0.23.3.ebuild
@@ -30,8 +30,8 @@ src_prepare() {
-e "/AM_GNU_GETTEXT/s:no-libtool:external:" \
-e "/AC_CONFIG_FILES/s: lib/neon/Makefile lib/intl/Makefile::" \
-i configure.ac || die "sed configure.ac failed"
- sed -e "s/^\(SUBDIRS.*=\).*/\1/" -i Makefile.in || die "sed Makefile.in failed"
- cp /usr/share/gettext/po/Makefile.in.in po || die "cp failed"
+ sed -e "s:^\(SUBDIRS.*=\).*:\1:" -i Makefile.in || die "sed Makefile.in failed"
+ cp "${EPREFIX}/usr/share/gettext/po/Makefile.in.in" po || die "cp failed"
AT_M4DIR="m4 m4/neon" eautoreconf
}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/cadaver/
@ 2020-07-14 19:05 Mike Gilbert
0 siblings, 0 replies; 17+ messages in thread
From: Mike Gilbert @ 2020-07-14 19:05 UTC (permalink / raw
To: gentoo-commits
commit: b2f63173e89037dacacb5e13240a96ca0778e594
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Tue Jul 14 18:49:24 2020 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Jul 14 19:05:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2f63173
net-misc/cadaver: Avoid -L/usr/lib.
-L/usr/lib breaks building with linker LLD.
Closes: https://bugs.gentoo.org/731284
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
net-misc/cadaver/cadaver-0.23.3.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/net-misc/cadaver/cadaver-0.23.3.ebuild b/net-misc/cadaver/cadaver-0.23.3.ebuild
index c329d370cd8..e6b4ec10f0a 100644
--- a/net-misc/cadaver/cadaver-0.23.3.ebuild
+++ b/net-misc/cadaver/cadaver-0.23.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2003-2019 Gentoo Authors
+# Copyright 2003-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -38,6 +38,5 @@ src_prepare() {
src_configure() {
econf \
- $(use_enable nls) \
- --with-libs=/usr
+ $(use_enable nls)
}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/cadaver/
@ 2020-11-16 19:51 Mike Gilbert
0 siblings, 0 replies; 17+ messages in thread
From: Mike Gilbert @ 2020-11-16 19:51 UTC (permalink / raw
To: gentoo-commits
commit: 4c4b194a7b45f44aee3f4dbae055168d36b30dc5
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Fri Nov 13 05:00:00 2020 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Nov 16 19:51:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4b194a
net-misc/cadaver: Fix building with Neon >=0.31.
Closes: https://bugs.gentoo.org/715512
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
net-misc/cadaver/cadaver-0.23.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/cadaver/cadaver-0.23.3.ebuild b/net-misc/cadaver/cadaver-0.23.3.ebuild
index e6b4ec10f0a..3c957659343 100644
--- a/net-misc/cadaver/cadaver-0.23.3.ebuild
+++ b/net-misc/cadaver/cadaver-0.23.3.ebuild
@@ -26,7 +26,7 @@ src_prepare() {
rm -r lib/{expat,intl,neon} || die "rm failed"
sed \
- -e "/NE_REQUIRE_VERSIONS/s:29:& 30:" \
+ -e "/NE_REQUIRE_VERSIONS/s:29:& 30 31:" \
-e "/AM_GNU_GETTEXT/s:no-libtool:external:" \
-e "/AC_CONFIG_FILES/s: lib/neon/Makefile lib/intl/Makefile::" \
-i configure.ac || die "sed configure.ac failed"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/cadaver/
@ 2021-03-09 22:48 Lars Wendler
0 siblings, 0 replies; 17+ messages in thread
From: Lars Wendler @ 2021-03-09 22:48 UTC (permalink / raw
To: gentoo-commits
commit: 49adda165451ef32ed0c7b619650b79d1325f5f9
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Tue Mar 9 00:00:00 2021 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Mar 9 22:48:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49adda16
net-misc/cadaver: Create config.rpath for newer Autoconf.
Closes: https://bugs.gentoo.org/775092
Closes: https://github.com/gentoo/gentoo/pull/19848
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
net-misc/cadaver/cadaver-0.23.3.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-misc/cadaver/cadaver-0.23.3.ebuild b/net-misc/cadaver/cadaver-0.23.3.ebuild
index 3c957659343..a9288a4027b 100644
--- a/net-misc/cadaver/cadaver-0.23.3.ebuild
+++ b/net-misc/cadaver/cadaver-0.23.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2003-2020 Gentoo Authors
+# Copyright 2003-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -33,6 +33,7 @@ src_prepare() {
sed -e "s:^\(SUBDIRS.*=\).*:\1:" -i Makefile.in || die "sed Makefile.in failed"
cp "${EPREFIX}/usr/share/gettext/po/Makefile.in.in" po || die "cp failed"
+ config_rpath_update .
AT_M4DIR="m4 m4/neon" eautoreconf
}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/cadaver/
@ 2021-04-16 17:00 Mike Gilbert
0 siblings, 0 replies; 17+ messages in thread
From: Mike Gilbert @ 2021-04-16 17:00 UTC (permalink / raw
To: gentoo-commits
commit: 04654bed997f32eb0482b64bc47a3655d79e7ec1
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Fri Apr 16 02:00:00 2021 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Apr 16 16:59:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04654bed
net-misc/cadaver: Use EAPI="7".
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
net-misc/cadaver/cadaver-0.23.3.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/net-misc/cadaver/cadaver-0.23.3.ebuild b/net-misc/cadaver/cadaver-0.23.3.ebuild
index a9288a4027b..3b5240b2e50 100644
--- a/net-misc/cadaver/cadaver-0.23.3.ebuild
+++ b/net-misc/cadaver/cadaver-0.23.3.ebuild
@@ -1,12 +1,12 @@
# Copyright 2003-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI="7"
inherit autotools
DESCRIPTION="Command-line WebDAV client"
-HOMEPAGE="http://webdav.org/cadaver/"
+HOMEPAGE="http://webdav.org/cadaver/ https://github.com/notroj/cadaver"
SRC_URI="http://webdav.org/cadaver/${P}.tar.gz"
LICENSE="GPL-2"
@@ -14,9 +14,9 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ppc64 ~sparc x86"
IUSE="nls"
-RDEPEND=">=net-libs/neon-0.27.0"
-DEPEND="${RDEPEND}
- sys-devel/gettext"
+BDEPEND="sys-devel/gettext"
+DEPEND=">=net-libs/neon-0.27.0"
+RDEPEND="${DEPEND}"
DOCS=(BUGS ChangeLog FAQ NEWS README THANKS TODO)
@@ -31,7 +31,7 @@ src_prepare() {
-e "/AC_CONFIG_FILES/s: lib/neon/Makefile lib/intl/Makefile::" \
-i configure.ac || die "sed configure.ac failed"
sed -e "s:^\(SUBDIRS.*=\).*:\1:" -i Makefile.in || die "sed Makefile.in failed"
- cp "${EPREFIX}/usr/share/gettext/po/Makefile.in.in" po || die "cp failed"
+ cp "${BROOT}/usr/share/gettext/po/Makefile.in.in" po || die "cp failed"
config_rpath_update .
AT_M4DIR="m4 m4/neon" eautoreconf
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/cadaver/
@ 2021-09-28 5:18 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-09-28 5:18 UTC (permalink / raw
To: gentoo-commits
commit: b4dd8502a9b30982ea746f42e879745d9e87c228
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 28 05:18:23 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 28 05:18:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4dd8502
net-misc/cadaver: allow building with newer neon
Tries to use an internal/bundled (removed) copy and fails
otherwise.
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/cadaver/{cadaver-0.23.3.ebuild => cadaver-0.23.3-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/cadaver/cadaver-0.23.3.ebuild b/net-misc/cadaver/cadaver-0.23.3-r1.ebuild
similarity index 92%
rename from net-misc/cadaver/cadaver-0.23.3.ebuild
rename to net-misc/cadaver/cadaver-0.23.3-r1.ebuild
index 3b5240b2e50..106581d1064 100644
--- a/net-misc/cadaver/cadaver-0.23.3.ebuild
+++ b/net-misc/cadaver/cadaver-0.23.3-r1.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ppc64 ~sparc x86"
IUSE="nls"
BDEPEND="sys-devel/gettext"
-DEPEND=">=net-libs/neon-0.27.0"
+DEPEND="<net-libs/neon-0.33.0:="
RDEPEND="${DEPEND}"
DOCS=(BUGS ChangeLog FAQ NEWS README THANKS TODO)
@@ -26,7 +26,7 @@ src_prepare() {
rm -r lib/{expat,intl,neon} || die "rm failed"
sed \
- -e "/NE_REQUIRE_VERSIONS/s:29:& 30 31:" \
+ -e "/NE_REQUIRE_VERSIONS/s:29:& 30 31 32:" \
-e "/AM_GNU_GETTEXT/s:no-libtool:external:" \
-e "/AC_CONFIG_FILES/s: lib/neon/Makefile lib/intl/Makefile::" \
-i configure.ac || die "sed configure.ac failed"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/cadaver/
@ 2022-02-01 18:19 Jakov Smolić
0 siblings, 0 replies; 17+ messages in thread
From: Jakov Smolić @ 2022-02-01 18:19 UTC (permalink / raw
To: gentoo-commits
commit: 84a920f66a80f5dffe9b99d69737e375197388f5
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Sun Jan 30 10:00:00 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Feb 1 18:10:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84a920f6
net-misc/cadaver: 0.23.3-r1 AMD64 stabilization
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
net-misc/cadaver/cadaver-0.23.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/cadaver/cadaver-0.23.3-r1.ebuild b/net-misc/cadaver/cadaver-0.23.3-r1.ebuild
index 106581d1064d..e5bbfcb90334 100644
--- a/net-misc/cadaver/cadaver-0.23.3-r1.ebuild
+++ b/net-misc/cadaver/cadaver-0.23.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2003-2021 Gentoo Authors
+# Copyright 2003-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -11,7 +11,7 @@ SRC_URI="http://webdav.org/cadaver/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~ppc ppc64 ~sparc x86"
IUSE="nls"
BDEPEND="sys-devel/gettext"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/cadaver/
@ 2022-02-01 18:19 Jakov Smolić
0 siblings, 0 replies; 17+ messages in thread
From: Jakov Smolić @ 2022-02-01 18:19 UTC (permalink / raw
To: gentoo-commits
commit: cde8d5de155c26fb5d1030c289de68b542145612
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Mon Jan 31 03:00:00 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Feb 1 18:10:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde8d5de
net-misc/cadaver: Set Jakov Smolić as proxy
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
net-misc/cadaver/metadata.xml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/net-misc/cadaver/metadata.xml b/net-misc/cadaver/metadata.xml
index 9bb005e5c177..a09139478be5 100644
--- a/net-misc/cadaver/metadata.xml
+++ b/net-misc/cadaver/metadata.xml
@@ -3,9 +3,13 @@
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>arfrever.fta@gmail.com</email>
+ <name>Arfrever Frehtes Taifersar Arahesis</name>
</maintainer>
<maintainer type="person" proxied="proxy">
- <email>floppym@gentoo.org</email>
- <name>Mike Gilbert</name>
+ <email>jsmolic@gentoo.org</email>
+ <name>Jakov Smolić</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">notroj/cadaver</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/cadaver/
@ 2022-02-01 18:19 Jakov Smolić
0 siblings, 0 replies; 17+ messages in thread
From: Jakov Smolić @ 2022-02-01 18:19 UTC (permalink / raw
To: gentoo-commits
commit: cbded5cd457b259af7522eec17528d6f00fde272
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Tue Feb 1 04:00:00 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Feb 1 18:10:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbded5cd
net-misc/cadaver: Use EAPI="8"
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Closes: https://github.com/gentoo/gentoo/pull/24036
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
net-misc/cadaver/cadaver-0.23.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/cadaver/cadaver-0.23.3-r1.ebuild b/net-misc/cadaver/cadaver-0.23.3-r1.ebuild
index e5bbfcb90334..d26e0bb35464 100644
--- a/net-misc/cadaver/cadaver-0.23.3-r1.ebuild
+++ b/net-misc/cadaver/cadaver-0.23.3-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 2003-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI="8"
inherit autotools
@@ -15,7 +15,7 @@ KEYWORDS="amd64 ~ppc ppc64 ~sparc x86"
IUSE="nls"
BDEPEND="sys-devel/gettext"
-DEPEND="<net-libs/neon-0.33.0:="
+DEPEND=">=net-libs/neon-0.27.0:="
RDEPEND="${DEPEND}"
DOCS=(BUGS ChangeLog FAQ NEWS README THANKS TODO)
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/cadaver/
@ 2023-05-04 19:04 Jakov Smolić
0 siblings, 0 replies; 17+ messages in thread
From: Jakov Smolić @ 2023-05-04 19:04 UTC (permalink / raw
To: gentoo-commits
commit: 3575a769009ba6d6a6bddf17444193c1fc8ae263
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu May 4 19:01:34 2023 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu May 4 19:01:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3575a769
net-misc/cadaver: Reassign inactive maintainer
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
net-misc/cadaver/metadata.xml | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/net-misc/cadaver/metadata.xml b/net-misc/cadaver/metadata.xml
index a09139478be5..f3445a9a70b0 100644
--- a/net-misc/cadaver/metadata.xml
+++ b/net-misc/cadaver/metadata.xml
@@ -1,14 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>arfrever.fta@gmail.com</email>
- <name>Arfrever Frehtes Taifersar Arahesis</name>
- </maintainer>
- <maintainer type="person" proxied="proxy">
- <email>jsmolic@gentoo.org</email>
- <name>Jakov Smolić</name>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="github">notroj/cadaver</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/cadaver/
@ 2024-04-16 23:54 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2024-04-16 23:54 UTC (permalink / raw
To: gentoo-commits
commit: b77fa8180d1c13b125e4974d77f0ef4d2598ebfe
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 16 23:39:00 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 16 23:39:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b77fa818
net-misc/cadaver: destabilize 0.24 for ~amd64, ~ppc64, ~x86
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/cadaver/cadaver-0.24.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/cadaver/cadaver-0.24.ebuild b/net-misc/cadaver/cadaver-0.24.ebuild
index 075ca4e70f1a..2b63e89112aa 100644
--- a/net-misc/cadaver/cadaver-0.24.ebuild
+++ b/net-misc/cadaver/cadaver-0.24.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2003-2022 Gentoo Authors
+# Copyright 2003-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://notroj.github.io/cadaver/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="nls"
BDEPEND="sys-devel/gettext"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/cadaver/
@ 2024-05-26 5:45 Joonas Niilola
0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2024-05-26 5:45 UTC (permalink / raw
To: gentoo-commits
commit: 4521578ec0097d2c908fc063fe07744842324be3
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun May 26 05:45:25 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun May 26 05:45:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4521578e
net-misc/cadaver: Stabilize 0.24 x86, #932745
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-misc/cadaver/cadaver-0.24.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/cadaver/cadaver-0.24.ebuild b/net-misc/cadaver/cadaver-0.24.ebuild
index 7cf60fccbf31..b5ca9de7bf8f 100644
--- a/net-misc/cadaver/cadaver-0.24.ebuild
+++ b/net-misc/cadaver/cadaver-0.24.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://notroj.github.io/cadaver/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
IUSE="nls"
BDEPEND="sys-devel/gettext"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/cadaver/
@ 2024-05-26 5:45 Joonas Niilola
0 siblings, 0 replies; 17+ messages in thread
From: Joonas Niilola @ 2024-05-26 5:45 UTC (permalink / raw
To: gentoo-commits
commit: 24f63968bd7cd3b01ace8d4803d772469cdcea50
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun May 26 05:44:45 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun May 26 05:44:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24f63968
net-misc/cadaver: Stabilize 0.24 amd64, #932745
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-misc/cadaver/cadaver-0.24.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/cadaver/cadaver-0.24.ebuild b/net-misc/cadaver/cadaver-0.24.ebuild
index b9220d4366d2..7cf60fccbf31 100644
--- a/net-misc/cadaver/cadaver-0.24.ebuild
+++ b/net-misc/cadaver/cadaver-0.24.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://notroj.github.io/cadaver/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="nls"
BDEPEND="sys-devel/gettext"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/cadaver/
@ 2024-05-26 6:01 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2024-05-26 6:01 UTC (permalink / raw
To: gentoo-commits
commit: 424fee323403a7ddc5aa4b0f8e840804ce76951f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 26 06:00:36 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 26 06:00:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=424fee32
net-misc/cadaver: Stabilize 0.24 ppc64, #932745
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/cadaver/cadaver-0.24.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/cadaver/cadaver-0.24.ebuild b/net-misc/cadaver/cadaver-0.24.ebuild
index b5ca9de7bf8f..b24b103566e3 100644
--- a/net-misc/cadaver/cadaver-0.24.ebuild
+++ b/net-misc/cadaver/cadaver-0.24.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://notroj.github.io/cadaver/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~ppc ppc64 ~sparc x86"
IUSE="nls"
BDEPEND="sys-devel/gettext"
^ permalink raw reply related [flat|nested] 17+ messages in thread
end of thread, other threads:[~2024-05-26 6:01 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-04 19:04 [gentoo-commits] repo/gentoo:master commit in: net-misc/cadaver/ Jakov Smolić
-- strict thread matches above, loose matches on Subject: below --
2024-05-26 6:01 Sam James
2024-05-26 5:45 Joonas Niilola
2024-05-26 5:45 Joonas Niilola
2024-04-16 23:54 Sam James
2022-02-01 18:19 Jakov Smolić
2022-02-01 18:19 Jakov Smolić
2022-02-01 18:19 Jakov Smolić
2021-09-28 5:18 Sam James
2021-04-16 17:00 Mike Gilbert
2021-03-09 22:48 Lars Wendler
2020-11-16 19:51 Mike Gilbert
2020-07-14 19:05 Mike Gilbert
2019-06-18 16:10 Mike Gilbert
2019-06-18 15:59 Mike Gilbert
2018-12-19 17:59 Mike Gilbert
2018-08-05 21:48 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox