public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/usocket/
@ 2011-08-14 21:43 Stelian Ionescu
  0 siblings, 0 replies; 12+ messages in thread
From: Stelian Ionescu @ 2011-08-14 21:43 UTC (permalink / raw
  To: gentoo-commits

commit:     a3911ecdcbbd95d546888fba5bf7094f0a46838c
Author:     Stelian Ionescu <sionescu <AT> cddr <DOT> org>
AuthorDate: Sun Aug 14 21:41:47 2011 +0000
Commit:     Stelian Ionescu <sionescu <AT> cddr <DOT> org>
CommitDate: Sun Aug 14 21:41:47 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=a3911ecd

dev-lisp/usocket: bump to 0.5.2

---
 .../{usocket-0.4.1.ebuild => usocket-0.5.2.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-lisp/usocket/usocket-0.4.1.ebuild b/dev-lisp/usocket/usocket-0.5.2.ebuild
similarity index 100%
rename from dev-lisp/usocket/usocket-0.4.1.ebuild
rename to dev-lisp/usocket/usocket-0.5.2.ebuild



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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/usocket/
@ 2011-08-14 21:54 Stelian Ionescu
  0 siblings, 0 replies; 12+ messages in thread
From: Stelian Ionescu @ 2011-08-14 21:54 UTC (permalink / raw
  To: gentoo-commits

commit:     a6f652e2485261c001b1a68bffd935e63a7a3c8e
Author:     Stelian Ionescu <sionescu <AT> cddr <DOT> org>
AuthorDate: Sun Aug 14 21:54:28 2011 +0000
Commit:     Stelian Ionescu <sionescu <AT> cddr <DOT> org>
CommitDate: Sun Aug 14 21:54:28 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=a6f652e2

dev-lisp/usocket: update to common-lisp-3.eclass

---
 dev-lisp/usocket/usocket-0.5.2.ebuild |   18 +++++++-----------
 1 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/dev-lisp/usocket/usocket-0.5.2.ebuild b/dev-lisp/usocket/usocket-0.5.2.ebuild
index db05aa5..7f359b6 100644
--- a/dev-lisp/usocket/usocket-0.5.2.ebuild
+++ b/dev-lisp/usocket/usocket-0.5.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-inherit common-lisp-2
+inherit common-lisp-3
 
 DESCRIPTION="Usocket is a universal socket library for Common Lisp."
 HOMEPAGE="http://common-lisp.net/project/usocket/"
@@ -17,15 +17,11 @@ RDEPEND="!dev-lisp/cl-${PN}
 		dev-lisp/split-sequence
 		dev-lisp/rt"
 
-CLSYSTEMS="${PN} test/${PN}-test"
-
-src_unpack() {
-	unpack ${A}
-	rm "${S}"/Makefile
-}
+CLSYSTEMS="${PN} ${PN}-test"
 
 src_install() {
-	common-lisp-install *.{lisp,asd} backend test/*.{lisp,asd}
-	common-lisp-symlink-asdf
-	dodoc TODO README doc/*.txt notes/*.txt
+	common-lisp-install-sources .
+	common-lisp-install-asdf
+	dodoc TODO README doc/*.txt
+	docinto notes && dodoc notes/*.txt
 }



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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/usocket/
@ 2011-08-15 20:19 Stelian Ionescu
  0 siblings, 0 replies; 12+ messages in thread
From: Stelian Ionescu @ 2011-08-15 20:19 UTC (permalink / raw
  To: gentoo-commits

commit:     6dd185f35fad5484345198bf73f35de7e33aa62f
Author:     Stelian Ionescu <sionescu <AT> cddr <DOT> org>
AuthorDate: Mon Aug 15 20:00:35 2011 +0000
Commit:     Stelian Ionescu <sionescu <AT> cddr <DOT> org>
CommitDate: Mon Aug 15 20:00:35 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=6dd185f3

dev-lisp/usocket: bump to 0.5.3

---
 .../{usocket-0.5.2.ebuild => usocket-0.5.3.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-lisp/usocket/usocket-0.5.2.ebuild b/dev-lisp/usocket/usocket-0.5.3.ebuild
similarity index 100%
rename from dev-lisp/usocket/usocket-0.5.2.ebuild
rename to dev-lisp/usocket/usocket-0.5.3.ebuild



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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/usocket/
@ 2013-03-22 11:58 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2013-03-22 11:58 UTC (permalink / raw
  To: gentoo-commits

commit:     c42a950e917b5854fe634984bfa52205849186c1
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 11:58:57 2013 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 11:58:57 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=c42a950e

dev-lisp/usocket: bump to version 0.6.0.1

---
 dev-lisp/usocket/usocket-0.6.0.1.ebuild |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/dev-lisp/usocket/usocket-0.6.0.1.ebuild b/dev-lisp/usocket/usocket-0.6.0.1.ebuild
new file mode 100644
index 0000000..f76efaa
--- /dev/null
+++ b/dev-lisp/usocket/usocket-0.6.0.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit common-lisp-3
+
+DESCRIPTION="Usocket is a universal socket library for Common Lisp."
+HOMEPAGE="http://common-lisp.net/project/usocket/"
+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/cl-${PN}
+		dev-lisp/split-sequence
+		dev-lisp/rt"
+
+CLSYSTEMS="${PN} ${PN}-test"
+
+src_install() {
+	common-lisp-install-sources .
+	common-lisp-install-asdf
+	dodoc TODO README doc/*.txt
+	docinto notes && dodoc notes/*.txt
+}


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/usocket/
@ 2013-07-09 16:30 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2013-07-09 16:30 UTC (permalink / raw
  To: gentoo-commits

commit:     45b576b70ff29039e2e7525288bbe9d75c4e0cc9
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  9 16:30:30 2013 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Jul  9 16:30:30 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=45b576b7

dev-lisp/usocket: bump to version 0.6.1

---
 dev-lisp/usocket/usocket-0.6.1.ebuild | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/dev-lisp/usocket/usocket-0.6.1.ebuild b/dev-lisp/usocket/usocket-0.6.1.ebuild
new file mode 100644
index 0000000..f76efaa
--- /dev/null
+++ b/dev-lisp/usocket/usocket-0.6.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit common-lisp-3
+
+DESCRIPTION="Usocket is a universal socket library for Common Lisp."
+HOMEPAGE="http://common-lisp.net/project/usocket/"
+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/cl-${PN}
+		dev-lisp/split-sequence
+		dev-lisp/rt"
+
+CLSYSTEMS="${PN} ${PN}-test"
+
+src_install() {
+	common-lisp-install-sources .
+	common-lisp-install-asdf
+	dodoc TODO README doc/*.txt
+	docinto notes && dodoc notes/*.txt
+}


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/usocket/
@ 2015-06-11  7:10 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2015-06-11  7:10 UTC (permalink / raw
  To: gentoo-commits

commit:     01ad98702cdcff8480e513449dbe343ae4f8e890
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 11 07:10:59 2015 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Jun 11 07:10:59 2015 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=01ad9870

dev-lisp/usocket: bump to version 0.6.3.2

 dev-lisp/usocket/usocket-0.6.3.2.ebuild | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/dev-lisp/usocket/usocket-0.6.3.2.ebuild b/dev-lisp/usocket/usocket-0.6.3.2.ebuild
new file mode 100644
index 0000000..99c000d
--- /dev/null
+++ b/dev-lisp/usocket/usocket-0.6.3.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3
+
+DESCRIPTION="Usocket is a universal socket library for Common Lisp."
+HOMEPAGE="http://common-lisp.net/project/usocket/"
+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/cl-${PN}
+		dev-lisp/split-sequence
+		dev-lisp/rt"
+
+CLSYSTEMS="${PN} ${PN}-test"
+
+src_install() {
+	common-lisp-install-sources .
+	common-lisp-install-asdf
+	dodoc TODO README.md doc/*.txt
+	docinto notes && dodoc notes/*.txt
+}


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/usocket/
@ 2016-09-11 15:09 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2016-09-11 15:09 UTC (permalink / raw
  To: gentoo-commits

commit:     caf03dc6eeaeb426979724a9d8ba844a30639b9e
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 15:09:56 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 15:09:56 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=caf03dc6

dev-lisp/usocket: Update header

 dev-lisp/usocket/usocket-0.5.3.ebuild   | 4 ++--
 dev-lisp/usocket/usocket-0.6.0.1.ebuild | 4 ++--
 dev-lisp/usocket/usocket-0.6.1.ebuild   | 4 ++--
 dev-lisp/usocket/usocket-0.6.3.2.ebuild | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-lisp/usocket/usocket-0.5.3.ebuild b/dev-lisp/usocket/usocket-0.5.3.ebuild
index 7f359b6..e96c0a8 100644
--- a/dev-lisp/usocket/usocket-0.5.3.ebuild
+++ b/dev-lisp/usocket/usocket-0.5.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 inherit common-lisp-3
 

diff --git a/dev-lisp/usocket/usocket-0.6.0.1.ebuild b/dev-lisp/usocket/usocket-0.6.0.1.ebuild
index f76efaa..1d50926 100644
--- a/dev-lisp/usocket/usocket-0.6.0.1.ebuild
+++ b/dev-lisp/usocket/usocket-0.6.0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 inherit common-lisp-3
 

diff --git a/dev-lisp/usocket/usocket-0.6.1.ebuild b/dev-lisp/usocket/usocket-0.6.1.ebuild
index f76efaa..1d50926 100644
--- a/dev-lisp/usocket/usocket-0.6.1.ebuild
+++ b/dev-lisp/usocket/usocket-0.6.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 inherit common-lisp-3
 

diff --git a/dev-lisp/usocket/usocket-0.6.3.2.ebuild b/dev-lisp/usocket/usocket-0.6.3.2.ebuild
index 99c000d..0069231 100644
--- a/dev-lisp/usocket/usocket-0.6.3.2.ebuild
+++ b/dev-lisp/usocket/usocket-0.6.3.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2015 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] 12+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/usocket/
@ 2016-09-11 15:17 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2016-09-11 15:17 UTC (permalink / raw
  To: gentoo-commits

commit:     e9c6ac97b6de8b9d09693db68b11ef47a3a12fcc
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 15:17:10 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 15:17:10 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e9c6ac97

dev-lisp/usocket: Bump to version 0.6.4.1

 dev-lisp/usocket/usocket-0.6.4.1.ebuild | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/dev-lisp/usocket/usocket-0.6.4.1.ebuild b/dev-lisp/usocket/usocket-0.6.4.1.ebuild
new file mode 100644
index 0000000..0069231
--- /dev/null
+++ b/dev-lisp/usocket/usocket-0.6.4.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit common-lisp-3
+
+DESCRIPTION="Usocket is a universal socket library for Common Lisp."
+HOMEPAGE="http://common-lisp.net/project/usocket/"
+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/cl-${PN}
+		dev-lisp/split-sequence
+		dev-lisp/rt"
+
+CLSYSTEMS="${PN} ${PN}-test"
+
+src_install() {
+	common-lisp-install-sources .
+	common-lisp-install-asdf
+	dodoc TODO README.md doc/*.txt
+	docinto notes && dodoc notes/*.txt
+}


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/usocket/
@ 2017-07-07  9:39 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2017-07-07  9:39 UTC (permalink / raw
  To: gentoo-commits

commit:     7dc5098d3d4d5bc0a62a85bc52fbb6e156d0a800
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 09:39:34 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 09:39:34 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=7dc5098d

dev-lisp/usocket: Updates header and EAPI

 dev-lisp/usocket/usocket-0.5.3.ebuild   | 5 +++--
 dev-lisp/usocket/usocket-0.6.0.1.ebuild | 5 +++--
 dev-lisp/usocket/usocket-0.6.1.ebuild   | 5 +++--
 dev-lisp/usocket/usocket-0.6.3.2.ebuild | 5 ++---
 dev-lisp/usocket/usocket-0.6.4.1.ebuild | 5 ++---
 5 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/dev-lisp/usocket/usocket-0.5.3.ebuild b/dev-lisp/usocket/usocket-0.5.3.ebuild
index e96c0a8e..d8611073 100644
--- a/dev-lisp/usocket/usocket-0.5.3.ebuild
+++ b/dev-lisp/usocket/usocket-0.5.3.ebuild
@@ -1,6 +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=6
 
 inherit common-lisp-3
 

diff --git a/dev-lisp/usocket/usocket-0.6.0.1.ebuild b/dev-lisp/usocket/usocket-0.6.0.1.ebuild
index 1d50926e..a8304b25 100644
--- a/dev-lisp/usocket/usocket-0.6.0.1.ebuild
+++ b/dev-lisp/usocket/usocket-0.6.0.1.ebuild
@@ -1,6 +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=6
 
 inherit common-lisp-3
 

diff --git a/dev-lisp/usocket/usocket-0.6.1.ebuild b/dev-lisp/usocket/usocket-0.6.1.ebuild
index 1d50926e..a8304b25 100644
--- a/dev-lisp/usocket/usocket-0.6.1.ebuild
+++ b/dev-lisp/usocket/usocket-0.6.1.ebuild
@@ -1,6 +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=6
 
 inherit common-lisp-3
 

diff --git a/dev-lisp/usocket/usocket-0.6.3.2.ebuild b/dev-lisp/usocket/usocket-0.6.3.2.ebuild
index 00692317..ba379cec 100644
--- a/dev-lisp/usocket/usocket-0.6.3.2.ebuild
+++ b/dev-lisp/usocket/usocket-0.6.3.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
 

diff --git a/dev-lisp/usocket/usocket-0.6.4.1.ebuild b/dev-lisp/usocket/usocket-0.6.4.1.ebuild
index 00692317..ba379cec 100644
--- a/dev-lisp/usocket/usocket-0.6.4.1.ebuild
+++ b/dev-lisp/usocket/usocket-0.6.4.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] 12+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/usocket/
@ 2017-08-30 13:32 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2017-08-30 13:32 UTC (permalink / raw
  To: gentoo-commits

commit:     c20479e0ba5feb5c4529a056e3e335fa03170564
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 13:32:50 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 13:32:50 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c20479e0

dev-lisp/usocket: Drops old versions

 dev-lisp/usocket/usocket-0.5.3.ebuild   | 28 ----------------------------
 dev-lisp/usocket/usocket-0.6.0.1.ebuild | 28 ----------------------------
 dev-lisp/usocket/usocket-0.6.1.ebuild   | 28 ----------------------------
 3 files changed, 84 deletions(-)

diff --git a/dev-lisp/usocket/usocket-0.5.3.ebuild b/dev-lisp/usocket/usocket-0.5.3.ebuild
deleted file mode 100644
index d8611073..00000000
--- a/dev-lisp/usocket/usocket-0.5.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="Usocket is a universal socket library for Common Lisp."
-HOMEPAGE="http://common-lisp.net/project/usocket/"
-SRC_URI="http://common-lisp.net/project/${PN}/releases/${PN}-${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-		dev-lisp/split-sequence
-		dev-lisp/rt"
-
-CLSYSTEMS="${PN} ${PN}-test"
-
-src_install() {
-	common-lisp-install-sources .
-	common-lisp-install-asdf
-	dodoc TODO README doc/*.txt
-	docinto notes && dodoc notes/*.txt
-}

diff --git a/dev-lisp/usocket/usocket-0.6.0.1.ebuild b/dev-lisp/usocket/usocket-0.6.0.1.ebuild
deleted file mode 100644
index a8304b25..00000000
--- a/dev-lisp/usocket/usocket-0.6.0.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="Usocket is a universal socket library for Common Lisp."
-HOMEPAGE="http://common-lisp.net/project/usocket/"
-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/cl-${PN}
-		dev-lisp/split-sequence
-		dev-lisp/rt"
-
-CLSYSTEMS="${PN} ${PN}-test"
-
-src_install() {
-	common-lisp-install-sources .
-	common-lisp-install-asdf
-	dodoc TODO README doc/*.txt
-	docinto notes && dodoc notes/*.txt
-}

diff --git a/dev-lisp/usocket/usocket-0.6.1.ebuild b/dev-lisp/usocket/usocket-0.6.1.ebuild
deleted file mode 100644
index a8304b25..00000000
--- a/dev-lisp/usocket/usocket-0.6.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="Usocket is a universal socket library for Common Lisp."
-HOMEPAGE="http://common-lisp.net/project/usocket/"
-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/cl-${PN}
-		dev-lisp/split-sequence
-		dev-lisp/rt"
-
-CLSYSTEMS="${PN} ${PN}-test"
-
-src_install() {
-	common-lisp-install-sources .
-	common-lisp-install-asdf
-	dodoc TODO README doc/*.txt
-	docinto notes && dodoc notes/*.txt
-}


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/usocket/
@ 2018-03-23 16:35 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2018-03-23 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     0b4c2e595f7e61a681ec2472999ce63d5f57c84f
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 23 16:35:54 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Mar 23 16:35:54 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0b4c2e59

dev-lisp/usocket: Bumps version to 0.7.0

 dev-lisp/usocket/usocket-0.7.0.ebuild | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/dev-lisp/usocket/usocket-0.7.0.ebuild b/dev-lisp/usocket/usocket-0.7.0.ebuild
new file mode 100644
index 00000000..9fc9f5a1
--- /dev/null
+++ b/dev-lisp/usocket/usocket-0.7.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit common-lisp-3
+
+DESCRIPTION="Usocket is a universal socket library for Common Lisp."
+HOMEPAGE="http://common-lisp.net/project/usocket/"
+SRC_URI="https://github.com/usocket/usocket/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}
+		dev-lisp/split-sequence
+		dev-lisp/rt"
+
+CLSYSTEMS="${PN} ${PN}-server ${PN}-test"
+
+src_install() {
+	common-lisp-install-sources .
+	common-lisp-install-asdf
+	dodoc TODO README.md doc/*.txt
+	docinto notes && dodoc notes/*.txt
+}


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/usocket/
@ 2018-03-23 16:36 José María Alonso
  0 siblings, 0 replies; 12+ messages in thread
From: José María Alonso @ 2018-03-23 16:36 UTC (permalink / raw
  To: gentoo-commits

commit:     99f37f0bd59e34814c44848a6edab48df6fe9af4
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 23 16:37:13 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Mar 23 16:37:13 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=99f37f0b

dev-lisp/usocket: Removes 0.6 versions

 dev-lisp/usocket/usocket-0.6.3.2.ebuild | 28 ----------------------------
 dev-lisp/usocket/usocket-0.6.4.1.ebuild | 28 ----------------------------
 2 files changed, 56 deletions(-)

diff --git a/dev-lisp/usocket/usocket-0.6.3.2.ebuild b/dev-lisp/usocket/usocket-0.6.3.2.ebuild
deleted file mode 100644
index ba379cec..00000000
--- a/dev-lisp/usocket/usocket-0.6.3.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="Usocket is a universal socket library for Common Lisp."
-HOMEPAGE="http://common-lisp.net/project/usocket/"
-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/cl-${PN}
-		dev-lisp/split-sequence
-		dev-lisp/rt"
-
-CLSYSTEMS="${PN} ${PN}-test"
-
-src_install() {
-	common-lisp-install-sources .
-	common-lisp-install-asdf
-	dodoc TODO README.md doc/*.txt
-	docinto notes && dodoc notes/*.txt
-}

diff --git a/dev-lisp/usocket/usocket-0.6.4.1.ebuild b/dev-lisp/usocket/usocket-0.6.4.1.ebuild
deleted file mode 100644
index ba379cec..00000000
--- a/dev-lisp/usocket/usocket-0.6.4.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="Usocket is a universal socket library for Common Lisp."
-HOMEPAGE="http://common-lisp.net/project/usocket/"
-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/cl-${PN}
-		dev-lisp/split-sequence
-		dev-lisp/rt"
-
-CLSYSTEMS="${PN} ${PN}-test"
-
-src_install() {
-	common-lisp-install-sources .
-	common-lisp-install-asdf
-	dodoc TODO README.md doc/*.txt
-	docinto notes && dodoc notes/*.txt
-}


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

end of thread, other threads:[~2018-03-23 16:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-14 21:54 [gentoo-commits] proj/lisp:master commit in: dev-lisp/usocket/ Stelian Ionescu
  -- strict thread matches above, loose matches on Subject: below --
2018-03-23 16:36 José María Alonso
2018-03-23 16:35 José María Alonso
2017-08-30 13:32 José María Alonso
2017-07-07  9:39 José María Alonso
2016-09-11 15:17 José María Alonso
2016-09-11 15:09 José María Alonso
2015-06-11  7:10 José María Alonso
2013-07-09 16:30 José María Alonso
2013-03-22 11:58 José María Alonso
2011-08-15 20:19 Stelian Ionescu
2011-08-14 21:43 Stelian Ionescu

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