public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/odd-streams/
@ 2015-11-27 18:32 José María Alonso
  0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2015-11-27 18:32 UTC (permalink / raw
  To: gentoo-commits

commit:     5885497473cacaf43e2a8a9de78083ed7ecda416
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 18:34:34 2015 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 18:34:34 2015 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=58854974

dev-lisp/odd-streams: fix Id in header

 dev-lisp/odd-streams/odd-streams-0.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/odd-streams/odd-streams-0.1.1.ebuild b/dev-lisp/odd-streams/odd-streams-0.1.1.ebuild
index 3660f34..ac74104 100644
--- a/dev-lisp/odd-streams/odd-streams-0.1.1.ebuild
+++ b/dev-lisp/odd-streams/odd-streams-0.1.1.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 inherit common-lisp-2
 


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/odd-streams/
@ 2015-11-27 18:54 José María Alonso
  0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2015-11-27 18:54 UTC (permalink / raw
  To: gentoo-commits

commit:     ef6b2a32fcd1a4773443369a8e317b2fdbaa4266
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 18:56:44 2015 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 18:56:44 2015 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ef6b2a32

dev-lisp/odd-streams: bump to version 0.1.2

 dev-lisp/odd-streams/odd-streams-0.1.2.ebuild | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/dev-lisp/odd-streams/odd-streams-0.1.2.ebuild b/dev-lisp/odd-streams/odd-streams-0.1.2.ebuild
new file mode 100644
index 0000000..406ec1b
--- /dev/null
+++ b/dev-lisp/odd-streams/odd-streams-0.1.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+inherit common-lisp-3
+
+DESCRIPTION='ODD-STREAMS is a library which implements binary streams with "odd" byte sizes.'
+HOMEPAGE="http://weitz.de/odd-streams/
+		http://www.cliki.net/odd-streams"
+SRC_URI="http://dev.gentoo.org/~nimiux/${CATEGORY}/${PN}/${PF}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lisp/trivial-gray-streams-20060925"
+
+src_install() {
+	common-lisp-install-sources *.lisp test/
+	common-lisp-install-asdf
+	dodoc CHANGELOG.txt
+	dohtml doc/index.html
+}


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/odd-streams/
@ 2016-10-15  8:02 José María Alonso
  0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2016-10-15  8:02 UTC (permalink / raw
  To: gentoo-commits

commit:     15d2529fc5a7e74135f3d3bf607c86f48ee57ed5
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 15 08:02:52 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 08:02:52 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=15d2529f

dev-lisp/odd-streams: Move to Gentoo mirror

 dev-lisp/odd-streams/odd-streams-0.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/odd-streams/odd-streams-0.1.2.ebuild b/dev-lisp/odd-streams/odd-streams-0.1.2.ebuild
index 406ec1b..cf06483 100644
--- a/dev-lisp/odd-streams/odd-streams-0.1.2.ebuild
+++ b/dev-lisp/odd-streams/odd-streams-0.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ inherit common-lisp-3
 DESCRIPTION='ODD-STREAMS is a library which implements binary streams with "odd" byte sizes.'
 HOMEPAGE="http://weitz.de/odd-streams/
 		http://www.cliki.net/odd-streams"
-SRC_URI="http://dev.gentoo.org/~nimiux/${CATEGORY}/${PN}/${PF}.tar.gz"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/odd-streams/
@ 2017-07-05 15:47 José María Alonso
  0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2017-07-05 15:47 UTC (permalink / raw
  To: gentoo-commits

commit:     0a5cd8e180209ce6fea63bc9baf94b251c7c2ce2
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  5 15:47:36 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 15:47:36 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0a5cd8e1

dev-lisp/odd-streams: Drops old version. Updates to common-lisp-3 eclass

 dev-lisp/odd-streams/odd-streams-0.1.1.ebuild | 24 ------------------------
 dev-lisp/odd-streams/odd-streams-0.1.2.ebuild |  5 +++--
 2 files changed, 3 insertions(+), 26 deletions(-)

diff --git a/dev-lisp/odd-streams/odd-streams-0.1.1.ebuild b/dev-lisp/odd-streams/odd-streams-0.1.1.ebuild
deleted file mode 100644
index ac741041..00000000
--- a/dev-lisp/odd-streams/odd-streams-0.1.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit common-lisp-2
-
-DESCRIPTION='ODD-STREAMS is a library which implements binary streams with "odd" byte sizes.'
-HOMEPAGE="http://weitz.de/odd-streams/
-		http://www.cliki.net/odd-streams"
-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/trivial-gray-streams-20060925"
-
-src_install() {
-	common-lisp-install *.{lisp,asd} test/
-	common-lisp-symlink-asdf
-	dodoc CHANGELOG.txt
-	dohtml doc/index.html
-}

diff --git a/dev-lisp/odd-streams/odd-streams-0.1.2.ebuild b/dev-lisp/odd-streams/odd-streams-0.1.2.ebuild
index cf064834..4c82df94 100644
--- a/dev-lisp/odd-streams/odd-streams-0.1.2.ebuild
+++ b/dev-lisp/odd-streams/odd-streams-0.1.2.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
 


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/odd-streams/
@ 2018-03-17 21:20 José María Alonso
  0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2018-03-17 21:20 UTC (permalink / raw
  To: gentoo-commits

commit:     d37d993cc0f3ac27b36894e5d9012b403b74e1e2
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 17 21:20:13 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Mar 17 21:20:13 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d37d993c

dev-lisp/odd-stremas: Drops package

 dev-lisp/odd-streams/odd-streams-0.1.2.ebuild | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/dev-lisp/odd-streams/odd-streams-0.1.2.ebuild b/dev-lisp/odd-streams/odd-streams-0.1.2.ebuild
deleted file mode 100644
index 4c82df94..00000000
--- a/dev-lisp/odd-streams/odd-streams-0.1.2.ebuild
+++ /dev/null
@@ -1,25 +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='ODD-STREAMS is a library which implements binary streams with "odd" byte sizes.'
-HOMEPAGE="http://weitz.de/odd-streams/
-		http://www.cliki.net/odd-streams"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lisp/trivial-gray-streams-20060925"
-
-src_install() {
-	common-lisp-install-sources *.lisp test/
-	common-lisp-install-asdf
-	dodoc CHANGELOG.txt
-	dohtml doc/index.html
-}


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

end of thread, other threads:[~2018-03-17 21:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-15  8:02 [gentoo-commits] proj/lisp:master commit in: dev-lisp/odd-streams/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2018-03-17 21:20 José María Alonso
2017-07-05 15:47 José María Alonso
2015-11-27 18:54 José María Alonso
2015-11-27 18:32 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