From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 0511A138334 for ; Thu, 10 Oct 2019 05:22:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35328E0875; Thu, 10 Oct 2019 05:22:32 +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 1AB0DE0875 for ; Thu, 10 Oct 2019 05:22:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EA98334BAE3 for ; Thu, 10 Oct 2019 05:22:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEA7683E for ; Thu, 10 Oct 2019 05:22:28 +0000 (UTC) From: "Joonas Niilola" 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" Message-ID: <1570684919.38483737ae63522731f8bd4b212f92f6009e09e0.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/roswell-19.09.12.102.ebuild X-VCS-Directories: dev-lisp/roswell/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 38483737ae63522731f8bd4b212f92f6009e09e0 X-VCS-Branch: master Date: Thu, 10 Oct 2019 05:22:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f1536cf9-0a87-414d-8cfe-2c232f23eee5 X-Archives-Hash: 563d67d6fe3a261ab6064cb5f2b7a5d5 commit: 38483737ae63522731f8bd4b212f92f6009e09e0 Author: YUE Daian gmail com> AuthorDate: Mon Oct 7 15:04:23 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Oct 10 05:21:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38483737 dev-lisp/roswell: bump version to 19.09.12.102 Closes: https://bugs.gentoo.org/696698 Signed-off-by: YUE Daian gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13198 Signed-off-by: Joonas Niilola gentoo.org> dev-lisp/roswell/Manifest | 1 + dev-lisp/roswell/roswell-19.09.12.102.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-lisp/roswell/Manifest b/dev-lisp/roswell/Manifest index 5bf4ffbf0c8..9f5afd42b1d 100644 --- a/dev-lisp/roswell/Manifest +++ b/dev-lisp/roswell/Manifest @@ -1 +1,2 @@ DIST roswell-19.08.10.101.tar.gz 163259 BLAKE2B 80080a7d2665fd674281ae8af7ac735e8ebfa142cb2beac93e9536ab0251d654ce6f18e329b06bb1e8bb3a233ab15b42c35e544b4d2b9c87229d9290403cec31 SHA512 6a7dde53ba5f0793e3f5dac780265e1a88d35a0d4a2388fec6ecafde0904a36db222a3cfe867ae5bd90f38f08a5da09941182e72f81184bfd7f084d927e63ce3 +DIST roswell-19.09.12.102.tar.gz 164475 BLAKE2B 432a9aae8a2f2caa4b7c996829daff1e6a8807cccf936bf7d9aefc69e8842b73b355aede1213ed8ad3e2f3ed093fbb33f0d4f48c991ad4ae5dc3f919d5ea7c38 SHA512 04f6db828c81b7e6310c612e4a3fcd0d0abe6e9dbac794f78f9830902c8b8ad02bda7ff313edfebfd31fa299b2553f258dc82307ccdaf025b9eef2a13e93de54 diff --git a/dev-lisp/roswell/roswell-19.09.12.102.ebuild b/dev-lisp/roswell/roswell-19.09.12.102.ebuild new file mode 100644 index 00000000000..11cdfe7deea --- /dev/null +++ b/dev-lisp/roswell/roswell-19.09.12.102.ebuild @@ -0,0 +1,22 @@ +# 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" + +RDEPEND="!net-libs/librouteros" + +src_prepare() { + default + eautoreconf +}