From 14327cbd5c20291c05f6a30cc7b1c25b6a4c074f Mon Sep 17 00:00:00 2001 From: YUE Daian Date: Sun, 21 Jun 2020 14:29:18 +0800 Subject: dev-lisp/roswell: bump version to 20.04.14.106 Signed-off-by: YUE Daian Closes: https://github.com/gentoo/gentoo/pull/15802 Signed-off-by: Joonas Niilola --- dev-lisp/roswell/roswell-20.05.14.106.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dev-lisp/roswell/roswell-20.05.14.106.ebuild (limited to 'dev-lisp/roswell/roswell-20.05.14.106.ebuild') diff --git a/dev-lisp/roswell/roswell-20.05.14.106.ebuild b/dev-lisp/roswell/roswell-20.05.14.106.ebuild new file mode 100644 index 000000000000..11cdfe7deea0 --- /dev/null +++ b/dev-lisp/roswell/roswell-20.05.14.106.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 +} -- cgit v1.2.3-65-gdbad