summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYUE Daian <sheepduke@gmail.com>2021-10-17 10:21:17 +0800
committerJoonas Niilola <juippis@gentoo.org>2021-10-31 08:51:04 +0200
commite938defbb916907f4f5cd77e60a06e0d8e3fb625 (patch)
tree42500b4794eba256a016685c4a7f3b03fcb0982c /dev-lisp/roswell/roswell-21.10.14.111.ebuild
parentapp-i18n/man-pages-zh_CN: version bump to 1.6.3.6 (diff)
downloadgentoo-e938defbb916907f4f5cd77e60a06e0d8e3fb625.tar.gz
gentoo-e938defbb916907f4f5cd77e60a06e0d8e3fb625.tar.bz2
gentoo-e938defbb916907f4f5cd77e60a06e0d8e3fb625.zip
dev-lisp/roswell: Bump to version 21.10.14.111
Signed-off-by: YUE Daian <sheepduke@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/22610 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-lisp/roswell/roswell-21.10.14.111.ebuild')
-rw-r--r--dev-lisp/roswell/roswell-21.10.14.111.ebuild23
1 files changed, 23 insertions, 0 deletions
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 000000000000..26c7a2e2605b
--- /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
+}