* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-irc/
@ 2013-12-01 21:15 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2013-12-01 21:15 UTC (permalink / raw
To: gentoo-commits
commit: 90887563480b807fd63718e6cac7e174870e9c6c
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 1 21:16:44 2013 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 1 21:16:44 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=90887563
dev-lisp/cl-irc: bump to version 0.9.1
---
dev-lisp/cl-irc/cl-irc-0.9.1.ebuild | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-lisp/cl-irc/cl-irc-0.9.1.ebuild b/dev-lisp/cl-irc/cl-irc-0.9.1.ebuild
new file mode 100644
index 0000000..593670f
--- /dev/null
+++ b/dev-lisp/cl-irc/cl-irc-0.9.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3
+
+DESCRIPTION="A Common Lisp IRC client library"
+HOMEPAGE="http://common-lisp.net/project/cl-irc/"
+SRC_URI="http://common-lisp.net/project/${PN}/releases/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-lisp/split-sequence
+ dev-lisp/usocket
+ dev-lisp/flexi-streams"
+
+src_install() {
+ common-lisp-install-sources *.lisp
+ common-lisp-install-asdf
+ dodoc CREDITS ChangeLog README
+ docinto doc && dodoc doc/*.txt
+ docinto example && dodoc example/*
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-irc/
@ 2016-09-11 17:00 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2016-09-11 17:00 UTC (permalink / raw
To: gentoo-commits
commit: 14ff971cf9041c5eb959e2ca45755b3f7cfa06dd
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 17:00:19 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 17:00:19 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=14ff971c
dev-lisp/cl-irc: Update header
dev-lisp/cl-irc/cl-irc-0.8.1-r1.ebuild | 4 ++--
dev-lisp/cl-irc/cl-irc-0.9.1.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-lisp/cl-irc/cl-irc-0.8.1-r1.ebuild b/dev-lisp/cl-irc/cl-irc-0.8.1-r1.ebuild
index e3f0329..9c1c230 100644
--- a/dev-lisp/cl-irc/cl-irc-0.8.1-r1.ebuild
+++ b/dev-lisp/cl-irc/cl-irc-0.8.1-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$
inherit common-lisp-2
diff --git a/dev-lisp/cl-irc/cl-irc-0.9.1.ebuild b/dev-lisp/cl-irc/cl-irc-0.9.1.ebuild
index 593670f..ec9ac6c 100644
--- a/dev-lisp/cl-irc/cl-irc-0.9.1.ebuild
+++ b/dev-lisp/cl-irc/cl-irc-0.9.1.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=5
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-irc/
@ 2016-09-11 17:03 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2016-09-11 17:03 UTC (permalink / raw
To: gentoo-commits
commit: 3174b0498dbfecaf2ea6966f6403db3266c42b05
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 17:03:09 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 17:03:09 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3174b049
dev-lisp/cl-irc: Bump to version 0.9.2
dev-lisp/cl-irc/cl-irc-0.9.2.ebuild | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-lisp/cl-irc/cl-irc-0.9.2.ebuild b/dev-lisp/cl-irc/cl-irc-0.9.2.ebuild
new file mode 100644
index 0000000..ec9ac6c
--- /dev/null
+++ b/dev-lisp/cl-irc/cl-irc-0.9.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit common-lisp-3
+
+DESCRIPTION="A Common Lisp IRC client library"
+HOMEPAGE="http://common-lisp.net/project/cl-irc/"
+SRC_URI="http://common-lisp.net/project/${PN}/releases/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-lisp/split-sequence
+ dev-lisp/usocket
+ dev-lisp/flexi-streams"
+
+src_install() {
+ common-lisp-install-sources *.lisp
+ common-lisp-install-asdf
+ dodoc CREDITS ChangeLog README
+ docinto doc && dodoc doc/*.txt
+ docinto example && dodoc example/*
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-irc/
@ 2017-07-02 20:36 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2017-07-02 20:36 UTC (permalink / raw
To: gentoo-commits
commit: 5c08ef6c2dd58f74403cb5b5a4516300364af8ed
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 2 20:36:15 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 20:36:15 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5c08ef6c
dev-lisp/cl-irc: Drops old version. Updates header and EAPI
dev-lisp/cl-irc/cl-irc-0.8.1-r1.ebuild | 31 -------------------------------
dev-lisp/cl-irc/cl-irc-0.9.1.ebuild | 3 +--
dev-lisp/cl-irc/cl-irc-0.9.2.ebuild | 5 ++---
3 files changed, 3 insertions(+), 36 deletions(-)
diff --git a/dev-lisp/cl-irc/cl-irc-0.8.1-r1.ebuild b/dev-lisp/cl-irc/cl-irc-0.8.1-r1.ebuild
deleted file mode 100644
index 9c1c2309..00000000
--- a/dev-lisp/cl-irc/cl-irc-0.8.1-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit common-lisp-2
-
-DESCRIPTION="A Common Lisp IRC client library"
-HOMEPAGE="http://common-lisp.net/project/cl-irc/"
-SRC_URI="http://common-lisp.net/project/${PN}/releases/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-lisp/split-sequence
- dev-lisp/usocket
- dev-lisp/flexi-streams"
-
-src_unpack() {
- unpack ${A}
- rm "${S}"/Makefile
-}
-
-src_install() {
- common-lisp-install *.{lisp,asd}
- common-lisp-symlink-asdf
- dodoc CREDITS ChangeLog README
- docinto doc && dodoc doc/*.txt
- docinto example && dodoc example/*
-}
diff --git a/dev-lisp/cl-irc/cl-irc-0.9.1.ebuild b/dev-lisp/cl-irc/cl-irc-0.9.1.ebuild
index ec9ac6c9..31d67425 100644
--- a/dev-lisp/cl-irc/cl-irc-0.9.1.ebuild
+++ b/dev-lisp/cl-irc/cl-irc-0.9.1.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=5
diff --git a/dev-lisp/cl-irc/cl-irc-0.9.2.ebuild b/dev-lisp/cl-irc/cl-irc-0.9.2.ebuild
index ec9ac6c9..4e406261 100644
--- a/dev-lisp/cl-irc/cl-irc-0.9.2.ebuild
+++ b/dev-lisp/cl-irc/cl-irc-0.9.2.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] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-irc/
@ 2022-04-02 16:30 Ulrich Müller
0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2022-04-02 16:30 UTC (permalink / raw
To: gentoo-commits
commit: 0c5f87ff251b8ca1e8625c477da7172883d761b2
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 2 16:27:53 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 2 16:27:53 2022 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0c5f87ff
dev-lisp/cl-irc: Update HOMEPAGE and SRC_URI
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
dev-lisp/cl-irc/cl-irc-0.9.2.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-lisp/cl-irc/cl-irc-0.9.2.ebuild b/dev-lisp/cl-irc/cl-irc-0.9.2.ebuild
index 4e406261..410712ab 100644
--- a/dev-lisp/cl-irc/cl-irc-0.9.2.ebuild
+++ b/dev-lisp/cl-irc/cl-irc-0.9.2.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,13 +6,12 @@ EAPI=6
inherit common-lisp-3
DESCRIPTION="A Common Lisp IRC client library"
-HOMEPAGE="http://common-lisp.net/project/cl-irc/"
-SRC_URI="http://common-lisp.net/project/${PN}/releases/${P}.tar.gz"
+HOMEPAGE="https://cl-irc.common-lisp.dev/"
+SRC_URI="https://cl-irc.common-lisp.dev/releases/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
RDEPEND="dev-lisp/split-sequence
dev-lisp/usocket
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-irc/
@ 2022-04-02 16:30 Ulrich Müller
0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2022-04-02 16:30 UTC (permalink / raw
To: gentoo-commits
commit: 9c90557867ee55bc2002a139eac816e94d368f4f
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 2 16:25:55 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 2 16:25:55 2022 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9c905578
dev-lisp/cl-irc: Remove old
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
dev-lisp/cl-irc/cl-irc-0.9.1.ebuild | 27 ---------------------------
1 file changed, 27 deletions(-)
diff --git a/dev-lisp/cl-irc/cl-irc-0.9.1.ebuild b/dev-lisp/cl-irc/cl-irc-0.9.1.ebuild
deleted file mode 100644
index 31d67425..00000000
--- a/dev-lisp/cl-irc/cl-irc-0.9.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit common-lisp-3
-
-DESCRIPTION="A Common Lisp IRC client library"
-HOMEPAGE="http://common-lisp.net/project/cl-irc/"
-SRC_URI="http://common-lisp.net/project/${PN}/releases/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-lisp/split-sequence
- dev-lisp/usocket
- dev-lisp/flexi-streams"
-
-src_install() {
- common-lisp-install-sources *.lisp
- common-lisp-install-asdf
- dodoc CREDITS ChangeLog README
- docinto doc && dodoc doc/*.txt
- docinto example && dodoc example/*
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-04-02 16:30 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-01 21:15 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-irc/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2016-09-11 17:00 José María Alonso
2016-09-11 17:03 José María Alonso
2017-07-02 20:36 José María Alonso
2022-04-02 16:30 Ulrich Müller
2022-04-02 16:30 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