* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-plus-ssl/
@ 2017-07-03 21:27 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2017-07-03 21:27 UTC (permalink / raw
To: gentoo-commits
commit: 9c260df83099dc8fefe217eec6fe7c69daee48be
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 3 21:27:32 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Jul 3 21:27:32 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9c260df8
dev-lisp/cl-plus-ssl: Updates to common-lisp-3
dev-lisp/cl-plus-ssl/cl-plus-ssl-20081104.ebuild | 18 +++++++++++-------
dev-lisp/cl-plus-ssl/cl-plus-ssl-9999.ebuild | 4 ++--
2 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/dev-lisp/cl-plus-ssl/cl-plus-ssl-20081104.ebuild b/dev-lisp/cl-plus-ssl/cl-plus-ssl-20081104.ebuild
index 46642255..b6bf606f 100644
--- a/dev-lisp/cl-plus-ssl/cl-plus-ssl-20081104.ebuild
+++ b/dev-lisp/cl-plus-ssl/cl-plus-ssl-20081104.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
-inherit common-lisp-2 eutils multilib
+EAPI=6
+
+inherit common-lisp-3 eutils multilib
MY_PN=cl+ssl
MY_P=${MY_PN}-${PV:0:4}-${PV:4:2}-${PV:6:2}
@@ -28,12 +29,15 @@ S="${WORKDIR}"/${MY_P}
src_unpack() {
unpack ${A}
- rm "${S}"/Makefile
- sed -i "s,/usr/lib,/usr/$(get_libdir),g" "${S}"/${MY_PN}.asd
+}
+
+src_prepare() {
+ rm "${S}"/Makefile || die
+ sed -i "s,/usr/lib,/usr/$(get_libdir),g" "${S}"/${MY_PN}.asd || die
}
src_install() {
- common-lisp-install *.{lisp,asd}
- common-lisp-symlink-asdf
+ common-lisp-install-sources *.lisp
+ common-lisp-install-asdf
dohtml index.{css,html}
}
diff --git a/dev-lisp/cl-plus-ssl/cl-plus-ssl-9999.ebuild b/dev-lisp/cl-plus-ssl/cl-plus-ssl-9999.ebuild
index 35c95383..862fe18f 100644
--- a/dev-lisp/cl-plus-ssl/cl-plus-ssl-9999.ebuild
+++ b/dev-lisp/cl-plus-ssl/cl-plus-ssl-9999.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
EAPI=6
@@ -15,6 +14,7 @@ SLOT="0"
IUSE=""
RDEPEND=">=dev-lisp/cffi-0.9.2_p20080723
+ dev-lisp/trivial-garbage
dev-lisp/trivial-gray-streams
dev-lisp/flexi-streams
dev-libs/openssl"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-plus-ssl/
@ 2022-04-01 14:56 Ulrich Müller
0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2022-04-01 14:56 UTC (permalink / raw
To: gentoo-commits
commit: 2882817698fe548de56694c926162c6ec9e7475f
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 1 14:49:40 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Apr 1 14:49:40 2022 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=28828176
dev-lisp/cl-plus-ssl: Drop ~sparc because of unkeyworded dependencies
Minor touchups to the ebuild.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
dev-lisp/cl-plus-ssl/cl-plus-ssl-20081104.ebuild | 14 +++++++-------
dev-lisp/cl-plus-ssl/cl-plus-ssl-9999.ebuild | 5 ++---
2 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/dev-lisp/cl-plus-ssl/cl-plus-ssl-20081104.ebuild b/dev-lisp/cl-plus-ssl/cl-plus-ssl-20081104.ebuild
index b6bf606f..31cd4b0a 100644
--- a/dev-lisp/cl-plus-ssl/cl-plus-ssl-20081104.ebuild
+++ b/dev-lisp/cl-plus-ssl/cl-plus-ssl-20081104.ebuild
@@ -1,21 +1,20 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit common-lisp-3 eutils multilib
+inherit common-lisp-3
MY_PN=cl+ssl
MY_P=${MY_PN}-${PV:0:4}-${PV:4:2}-${PV:6:2}
DESCRIPTION="A simple Common Lisp interface to OpenSSL."
-HOMEPAGE="http://common-lisp.net/project/cl-plus-ssl/"
-SRC_URI="http://common-lisp.net/project/cl-plus-ssl/download/${MY_P}.tar.gz"
+HOMEPAGE="https://cl-plus-ssl.common-lisp.dev/"
+SRC_URI="https://cl-plus-ssl.common-lisp.dev/download/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~x86 ~sparc ~amd64 ~ppc"
-IUSE=""
+KEYWORDS="~amd64 ~ppc ~x86"
RDEPEND=">=dev-lisp/cffi-0.9.2_p20080723
dev-lisp/trivial-gray-streams
@@ -39,5 +38,6 @@ src_prepare() {
src_install() {
common-lisp-install-sources *.lisp
common-lisp-install-asdf
- dohtml index.{css,html}
+ docinto html
+ dodoc index.{css,html}
}
diff --git a/dev-lisp/cl-plus-ssl/cl-plus-ssl-9999.ebuild b/dev-lisp/cl-plus-ssl/cl-plus-ssl-9999.ebuild
index 862fe18f..fdfa828f 100644
--- a/dev-lisp/cl-plus-ssl/cl-plus-ssl-9999.ebuild
+++ b/dev-lisp/cl-plus-ssl/cl-plus-ssl-9999.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
@@ -6,12 +6,11 @@ EAPI=6
inherit common-lisp-3 git-r3
DESCRIPTION="A simple Common Lisp interface to OpenSSL."
-HOMEPAGE="http://common-lisp.net/project/cl-plus-ssl/"
+HOMEPAGE="https://cl-plus-ssl.common-lisp.dev/"
EGIT_REPO_URI="https://github.com/${PN}/${PN}"
LICENSE="MIT"
SLOT="0"
-IUSE=""
RDEPEND=">=dev-lisp/cffi-0.9.2_p20080723
dev-lisp/trivial-garbage
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-plus-ssl/
@ 2016-12-19 22:44 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-12-19 22:44 UTC (permalink / raw
To: gentoo-commits
commit: 6e5874f580a6d2c0f2445b60e56f31f0c2917f36
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 22:44:50 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 22:44:50 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6e5874f5
dev-lisp/cl-plus-ssl: Adds live ebuild
dev-lisp/cl-plus-ssl/cl-plus-ssl-9999.ebuild | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/dev-lisp/cl-plus-ssl/cl-plus-ssl-9999.ebuild b/dev-lisp/cl-plus-ssl/cl-plus-ssl-9999.ebuild
new file mode 100644
index 0000000..35c9538
--- /dev/null
+++ b/dev-lisp/cl-plus-ssl/cl-plus-ssl-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3 git-r3
+
+DESCRIPTION="A simple Common Lisp interface to OpenSSL."
+HOMEPAGE="http://common-lisp.net/project/cl-plus-ssl/"
+EGIT_REPO_URI="https://github.com/${PN}/${PN}"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND=">=dev-lisp/cffi-0.9.2_p20080723
+ dev-lisp/trivial-gray-streams
+ dev-lisp/flexi-streams
+ dev-libs/openssl"
+
+src_install() {
+ common-lisp-3_src_install
+ dodoc index.{css,html}
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-plus-ssl/
@ 2016-09-11 13:43 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-09-11 13:43 UTC (permalink / raw
To: gentoo-commits
commit: 35f9f0f077992b783fc89231e6dfc5a37b2f7618
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 13:43:55 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 13:43:55 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=35f9f0f0
dev-lisp/cl-plus-ssl: Update header
dev-lisp/cl-plus-ssl/cl-plus-ssl-20081104.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lisp/cl-plus-ssl/cl-plus-ssl-20081104.ebuild b/dev-lisp/cl-plus-ssl/cl-plus-ssl-20081104.ebuild
index a5874cb..4664225 100644
--- a/dev-lisp/cl-plus-ssl/cl-plus-ssl-20081104.ebuild
+++ b/dev-lisp/cl-plus-ssl/cl-plus-ssl-20081104.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$
inherit common-lisp-2 eutils multilib
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-04-01 14:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-03 21:27 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-plus-ssl/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2022-04-01 14:56 Ulrich Müller
2016-12-19 22:44 José María Alonso
2016-09-11 13:43 José María Alonso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox