public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "José María Alonso" <nimiux@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/trivial-gray-streams/
Date: Tue, 15 Dec 2015 22:09:37 +0000 (UTC)	[thread overview]
Message-ID: <1450217446.12258bb30a6f0de2297501eea706c1ce1d8e9914.nimiux@gentoo> (raw)

commit:     12258bb30a6f0de2297501eea706c1ce1d8e9914
Author:     José María Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 15 22:10:00 2015 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Dec 15 22:10:46 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12258bb3

dev-lisp/trivial-gray-streams add from lisp overlay

Package-Manager: portage-2.2.20.1

 dev-lisp/trivial-gray-streams/Manifest             |  1 +
 dev-lisp/trivial-gray-streams/metadata.xml         |  9 +++++++
 .../trivial-gray-streams-20081102.ebuild           | 28 ++++++++++++++++++++++
 .../trivial-gray-streams-9999.ebuild               | 17 +++++++++++++
 4 files changed, 55 insertions(+)

diff --git a/dev-lisp/trivial-gray-streams/Manifest b/dev-lisp/trivial-gray-streams/Manifest
new file mode 100644
index 0000000..80183fe
--- /dev/null
+++ b/dev-lisp/trivial-gray-streams/Manifest
@@ -0,0 +1 @@
+DIST trivial-gray-streams-2008-11-02.tar.gz 3522 SHA256 827eff9528b469f18c332d0dec68a2498ca9261950635b1cd8e589a492b589a4 SHA512 81ca798988511237a5a4c9ae4e0b15253404c47e245cc644211ffc58015fd46fa1623fecf7f07ea5df7acf80fff24782410ef832f08fd55f71c57daad6ced787 WHIRLPOOL 07b4ba232c7a6156667a084adf56684c3d04ace96d56a282298fd7e284760b60c1fefa09f90053e1400fed5c2d6cb25dbb2756697c08ad15b2647fd72933e26e

diff --git a/dev-lisp/trivial-gray-streams/metadata.xml b/dev-lisp/trivial-gray-streams/metadata.xml
new file mode 100644
index 0000000..6dbd467
--- /dev/null
+++ b/dev-lisp/trivial-gray-streams/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>common-lisp</herd>
+	<longdescription lang="en">
+		This system provides an extremely thin compatibility layer for
+		Gray streams
+	</longdescription>
+</pkgmetadata>

diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
new file mode 100644
index 0000000..71cf386
--- /dev/null
+++ b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit common-lisp-3
+
+MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="A thin compatibility layer between Gray Stream Common Lisp implementations"
+HOMEPAGE="https://common-lisp.net/project/trivial-gray-streams/"
+SRC_URI="http://common-lisp.net/project/cl-plus-ssl/download/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}"
+
+S="${WORKDIR}"/${MY_P}
+
+src_unpack() {
+	unpack ${A}
+	rm "${S}"/Makefile
+}

diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild b/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild
new file mode 100644
index 0000000..f73f20d
--- /dev/null
+++ b/dev-lisp/trivial-gray-streams/trivial-gray-streams-9999.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit common-lisp-3 git-2
+
+DESCRIPTION="A thin compatibility layer between Gray Stream Common Lisp implementations"
+HOMEPAGE="https://common-lisp.net/project/trivial-gray-streams/"
+EGIT_REPO_URI="git://github.com/${PN}/${PN}"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}"


             reply	other threads:[~2015-12-15 22:09 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-15 22:09 José María Alonso [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-04-05 15:24 [gentoo-commits] repo/gentoo:master commit in: dev-lisp/trivial-gray-streams/ José María Alonso
2017-08-31  7:22 José María Alonso
2017-09-27 19:07 José María Alonso
2017-09-27 19:30 José María Alonso
2017-09-29 15:07 José María Alonso
2017-09-29 22:56 Thomas Deutschmann
2017-10-03 14:01 José María Alonso
2024-05-14  9:14 Arthur Zamarin
2024-06-08 17:40 Ulrich Müller
2024-06-10 14:32 Ulrich Müller
2024-06-17  4:19 Arthur Zamarin
2024-06-17  4:19 Arthur Zamarin
2024-06-17  5:56 Ulrich Müller
2024-06-25 16:42 Jakov Smolić

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1450217446.12258bb30a6f0de2297501eea706c1ce1d8e9914.nimiux@gentoo \
    --to=nimiux@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox