From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1103517-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6012D138334 for <garchives@archives.gentoo.org>; Thu, 1 Aug 2019 13:13:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91057E0817; Thu, 1 Aug 2019 13:13:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 609D9E0817 for <gentoo-commits@lists.gentoo.org>; Thu, 1 Aug 2019 13:13:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1D0134722F for <gentoo-commits@lists.gentoo.org>; Thu, 1 Aug 2019 13:13:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61A6F73E for <gentoo-commits@lists.gentoo.org>; Thu, 1 Aug 2019 13:13:37 +0000 (UTC) From: "Joonas Niilola" <juippis@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org> Message-ID: <1564665199.6b2e4dfcd97fc8d18a7796bfd44682c7235d7122.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/roswell/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lisp/roswell/Manifest dev-lisp/roswell/metadata.xml dev-lisp/roswell/roswell-19.3.10.97.ebuild X-VCS-Directories: dev-lisp/roswell/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6b2e4dfcd97fc8d18a7796bfd44682c7235d7122 X-VCS-Branch: master Date: Thu, 1 Aug 2019 13:13:37 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 557beb24-f1c9-4dae-8fec-2fadbe565b54 X-Archives-Hash: 2b66a72940c46e4dd235e86b5a755a84 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 +}