diff options
author | YUE Daian <sheepduke@gmail.com> | 2020-06-21 14:29:18 +0800 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-07-16 17:38:40 +0300 |
commit | 14327cbd5c20291c05f6a30cc7b1c25b6a4c074f (patch) | |
tree | 7aa8ef2b3904dcddf411d6095e88798122c04db5 /dev-lisp/roswell/roswell-20.05.14.106.ebuild | |
parent | dev-lisp/roswell: bump version to 20.04.14.105 (diff) | |
download | gentoo-14327cbd5c20291c05f6a30cc7b1c25b6a4c074f.tar.gz gentoo-14327cbd5c20291c05f6a30cc7b1c25b6a4c074f.tar.bz2 gentoo-14327cbd5c20291c05f6a30cc7b1c25b6a4c074f.zip |
dev-lisp/roswell: bump version to 20.04.14.106
Signed-off-by: YUE Daian <sheepduke@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15802
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-lisp/roswell/roswell-20.05.14.106.ebuild')
-rw-r--r-- | dev-lisp/roswell/roswell-20.05.14.106.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
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 +} |