public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/roswell/
Date: Thu,  1 Aug 2019 13:13:37 +0000 (UTC)	[thread overview]
Message-ID: <1564665199.6b2e4dfcd97fc8d18a7796bfd44682c7235d7122.juippis@gentoo> (raw)

commit:     6b2e4dfcd97fc8d18a7796bfd44682c7235d7122
Author:     Danny YUE <sheepduke <AT> gmail <DOT> com>
AuthorDate: Thu Mar 14 14:51:26 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Aug  1 13:13:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b2e4dfc

dev-lisp/roswell: Add roswell ebuild

Signed-off-by: YUE Daian <sheepduke <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10684
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-lisp/roswell/Manifest                  |  1 +
 dev-lisp/roswell/metadata.xml              | 20 +++++++++++++++++++
 dev-lisp/roswell/roswell-19.3.10.97.ebuild | 32 ++++++++++++++++++++++++++++++
 3 files changed, 53 insertions(+)

diff --git a/dev-lisp/roswell/Manifest b/dev-lisp/roswell/Manifest
new file mode 100644
index 00000000000..8544f975e32
--- /dev/null
+++ b/dev-lisp/roswell/Manifest
@@ -0,0 +1 @@
+DIST roswell-19.3.10.97.tar.gz 159870 BLAKE2B 3a39f2606da3e45e752490eaba2b44f2dfc369c073e65d7556d078e6b6e4e1e620b24b5ef50375d01d5cd88a68c08825bf84b953965d1409f07ed2ba92ccf64c SHA512 53265610715dcc8d5b23d10e6dff18bf7e69fd4884e45741f9165647b6003f219e0a4b3ab21c9a5bb5dd3c72240aa6e0f091a4379c792d5ed40787fa382a71af

diff --git a/dev-lisp/roswell/metadata.xml b/dev-lisp/roswell/metadata.xml
new file mode 100644
index 00000000000..020c3a63528
--- /dev/null
+++ b/dev-lisp/roswell/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>sheepduke@gmail.com</email>
+    <name>YUE Daian</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
+  <longdescription>
+    Roswell is the de facto full-stack environment for Common Lisp
+    development. It serves as a Lisp implementation installer, manager,
+    launcher etc.
+  </longdescription>
+  <upstream>
+    <remote-id type="github">roswell/roswell</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-lisp/roswell/roswell-19.3.10.97.ebuild b/dev-lisp/roswell/roswell-19.3.10.97.ebuild
new file mode 100644
index 00000000000..7c7198c265e
--- /dev/null
+++ b/dev-lisp/roswell/roswell-19.3.10.97.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="A lisp installer and launcher for major environment"
+HOMEPAGE="https://github.com/roswell/roswell"
+SRC_URI="https://github.com/roswell/roswell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_compile() {
+	emake -j1
+}
+
+src_test() {
+	emake -j1 check
+}
+
+src_install() {
+	emake DESTDIR="${D}" -j1 install
+}


             reply	other threads:[~2019-08-01 13:13 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-01 13:13 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-08-10 12:15 [gentoo-commits] repo/gentoo:master commit in: dev-lisp/roswell/ Joonas Niilola
2019-09-24 15:44 Joonas Niilola
2019-09-24 15:44 Joonas Niilola
2019-10-10  5:22 Joonas Niilola
2020-01-06 10:39 Joonas Niilola
2020-01-06 10:39 Joonas Niilola
2020-02-24  5:55 Joonas Niilola
2020-02-24  5:55 Joonas Niilola
2020-07-16 14:39 Joonas Niilola
2020-07-16 14:39 Joonas Niilola
2020-07-16 14:39 Joonas Niilola
2020-08-15  9:30 Joonas Niilola
2021-10-31  6:53 Joonas Niilola
2021-10-31  6:53 Joonas Niilola
2024-04-20  7:04 Joonas Niilola
2024-05-02  4:32 Sam James

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=1564665199.6b2e4dfcd97fc8d18a7796bfd44682c7235d7122.juippis@gentoo \
    --to=juippis@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