* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-webdav/
@ 2014-02-21 11:06 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2014-02-21 11:06 UTC (permalink / raw
To: gentoo-commits
commit: 8ba2e83e3637d7c629498aa2773d550f0e4765ce
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 21 11:07:17 2014 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Feb 21 11:07:17 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=8ba2e83e
dev-lisp: bump to version 0.2.1
---
dev-lisp/cl-webdav/cl-webdav-0.2.1.ebuild | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-lisp/cl-webdav/cl-webdav-0.2.1.ebuild b/dev-lisp/cl-webdav/cl-webdav-0.2.1.ebuild
new file mode 100644
index 0000000..32e3bbb
--- /dev/null
+++ b/dev-lisp/cl-webdav/cl-webdav-0.2.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3
+
+MY_P="v${PV}"
+
+DESCRIPTION="A WebDAV server written in Common Lisp."
+HOMEPAGE="http://weitz.de/cl-webdav"
+SRC_URI="https://github.com/edicl/cl-webdav/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="doc"
+
+RDEPEND="dev-lisp/cl-fad
+ dev-lisp/cxml
+ >=dev-lisp/hunchentoot-1.0.0"
+
+src_install() {
+ common-lisp-install-sources *.lisp
+ common-lisp-install-asdf
+ use doc && dohtml doc/{index.html,dav.png}
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-webdav/
@ 2016-08-25 16:59 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-08-25 16:59 UTC (permalink / raw
To: gentoo-commits
commit: 485d45ce2b2382ce84c0b75bd7f35617a22a9a56
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 25 16:59:35 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 16:59:35 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=485d45ce
dev-lisp/cl-webdav: Update header
dev-lisp/cl-webdav/cl-webdav-0.2.0-r1.ebuild | 4 ++--
dev-lisp/cl-webdav/cl-webdav-0.2.1.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-lisp/cl-webdav/cl-webdav-0.2.0-r1.ebuild b/dev-lisp/cl-webdav/cl-webdav-0.2.0-r1.ebuild
index 16424b7..ba88b9a 100644
--- a/dev-lisp/cl-webdav/cl-webdav-0.2.0-r1.ebuild
+++ b/dev-lisp/cl-webdav/cl-webdav-0.2.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=2
inherit common-lisp-2
diff --git a/dev-lisp/cl-webdav/cl-webdav-0.2.1.ebuild b/dev-lisp/cl-webdav/cl-webdav-0.2.1.ebuild
index 32e3bbb..fc2d364 100644
--- a/dev-lisp/cl-webdav/cl-webdav-0.2.1.ebuild
+++ b/dev-lisp/cl-webdav/cl-webdav-0.2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-webdav/
@ 2017-07-02 20:48 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2017-07-02 20:48 UTC (permalink / raw
To: gentoo-commits
commit: 6447ebf7a8ebb86e73db6c90a9cd8b569b9815b3
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 2 20:48:18 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 20:48:18 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6447ebf7
dev-lisp/cl-webdav: Drops old version. Updates header and EAPI
dev-lisp/cl-webdav/cl-webdav-0.2.0-r1.ebuild | 26 --------------------------
dev-lisp/cl-webdav/cl-webdav-0.2.1.ebuild | 5 ++---
2 files changed, 2 insertions(+), 29 deletions(-)
diff --git a/dev-lisp/cl-webdav/cl-webdav-0.2.0-r1.ebuild b/dev-lisp/cl-webdav/cl-webdav-0.2.0-r1.ebuild
deleted file mode 100644
index ba88b9a6..00000000
--- a/dev-lisp/cl-webdav/cl-webdav-0.2.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-inherit common-lisp-2
-
-DESCRIPTION="A WebDAV server written in Common Lisp."
-HOMEPAGE="http://weitz.de/cl-webdav"
-SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lisp/hunchentoot-1.0.0
- dev-lisp/cxml
- dev-lisp/cl-fad"
-
-src_install() {
- common-lisp-install *.{lisp,asd}
- common-lisp-symlink-asdf
- dodoc CHANGELOG.txt
- dohtml doc/{index.html,dav.png}
-}
diff --git a/dev-lisp/cl-webdav/cl-webdav-0.2.1.ebuild b/dev-lisp/cl-webdav/cl-webdav-0.2.1.ebuild
index fc2d364e..167671ac 100644
--- a/dev-lisp/cl-webdav/cl-webdav-0.2.1.ebuild
+++ b/dev-lisp/cl-webdav/cl-webdav-0.2.1.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
+EAPI=6
inherit common-lisp-3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-webdav/
@ 2022-04-02 15:34 Ulrich Müller
0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2022-04-02 15:34 UTC (permalink / raw
To: gentoo-commits
commit: c41235f1fd2356d2d97591eee50f5b3323de0e8b
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 2 15:29:40 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 2 15:29:40 2022 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c41235f1
dev-lisp/cl-webdav: Drop ~sparc because of unkeyworded dependencies
Update HOMEPAGE. Use dodoc instead of dohtml.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
dev-lisp/cl-webdav/cl-webdav-0.2.1.ebuild | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/dev-lisp/cl-webdav/cl-webdav-0.2.1.ebuild b/dev-lisp/cl-webdav/cl-webdav-0.2.1.ebuild
index 167671ac..c0889ab1 100644
--- a/dev-lisp/cl-webdav/cl-webdav-0.2.1.ebuild
+++ b/dev-lisp/cl-webdav/cl-webdav-0.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,13 +7,13 @@ inherit common-lisp-3
MY_P="v${PV}"
-DESCRIPTION="A WebDAV server written in Common Lisp."
-HOMEPAGE="http://weitz.de/cl-webdav"
+DESCRIPTION="A WebDAV server written in Common Lisp"
+HOMEPAGE="https://edicl.github.io/cl-webdav/"
SRC_URI="https://github.com/edicl/cl-webdav/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc"
RDEPEND="dev-lisp/cl-fad
@@ -23,5 +23,8 @@ RDEPEND="dev-lisp/cl-fad
src_install() {
common-lisp-install-sources *.lisp
common-lisp-install-asdf
- use doc && dohtml doc/{index.html,dav.png}
+ if use doc; then
+ docinto html
+ dodoc doc/{index.html,dav.png}
+ fi
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-04-02 15:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-21 11:06 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-webdav/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2016-08-25 16:59 José María Alonso
2017-07-02 20:48 José María Alonso
2022-04-02 15:34 Ulrich Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox