commit: e938defbb916907f4f5cd77e60a06e0d8e3fb625 Author: YUE Daian <sheepduke <AT> gmail <DOT> com> AuthorDate: Sun Oct 17 02:21:17 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun Oct 31 06:51:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e938defb
dev-lisp/roswell: Bump to version 21.10.14.111 Signed-off-by: YUE Daian <sheepduke <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/22610 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-lisp/roswell/Manifest | 1 + dev-lisp/roswell/roswell-21.10.14.111.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-lisp/roswell/Manifest b/dev-lisp/roswell/Manifest index cb3bb0effe0..8731e41fcf9 100644 --- a/dev-lisp/roswell/Manifest +++ b/dev-lisp/roswell/Manifest @@ -1 +1,2 @@ DIST roswell-20.05.14.106.tar.gz 164302 BLAKE2B bd2387bea78a746d5cfedc27e9d636ef7bc0f5118036ae2270c49a4361268527fafe2683850a2dcaeb1bf3f14db6a24fecd98f395081fdc1b4db620838d2936f SHA512 03a923accc4d6ac9a3a3e0fd1853441bf4be0268571e8b6ffffc122170befad6b1dcda6f062a566b54229bb325efb6a5d39459ce22a89355e927e3fea1e08cee +DIST roswell-21.10.14.111.tar.gz 172464 BLAKE2B 816f2fbbf99be21f7416456fb724faf5e290090ad2130bdd6feb03573cb059bf21bd5419cbf5928c84d2a977c123b31597df6676f65a11ded0121acc37c589aa SHA512 d6979974807385e1e7be993610b5ed6ef5297ded21727162b6bc3240d402168cfe32b6b243f535c69b91620d0af4a3b7e046080be2881610ffbe0d3babfa3b23 \ No newline at end of file diff --git a/dev-lisp/roswell/roswell-21.10.14.111.ebuild b/dev-lisp/roswell/roswell-21.10.14.111.ebuild new file mode 100644 index 00000000000..26c7a2e2605 --- /dev/null +++ b/dev-lisp/roswell/roswell-21.10.14.111.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 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" + +# File collision with librouteros (#691754) +RDEPEND="!net-libs/librouteros" + +src_prepare() { + default + eautoreconf +}