commit:     63308222e23990d36702e3ca275b68b0bb173796
Author:     YUE Daian <sheepduke <AT> gmail <DOT> com>
AuthorDate: Tue Sep 24 15:30:27 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Sep 24 15:42:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63308222

dev-lisp/roswell: bump version to 19.08.10.101

Signed-off-by: YUE Daian <sheepduke <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-lisp/roswell/Manifest                    |  1 +
 dev-lisp/roswell/roswell-19.08.10.101.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-lisp/roswell/Manifest b/dev-lisp/roswell/Manifest
index 8544f975e32..593e45e85af 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.3.10.97.tar.gz 159870 BLAKE2B 
3a39f2606da3e45e752490eaba2b44f2dfc369c073e65d7556d078e6b6e4e1e620b24b5ef50375d01d5cd88a68c08825bf84b953965d1409f07ed2ba92ccf64c
 SHA512 
53265610715dcc8d5b23d10e6dff18bf7e69fd4884e45741f9165647b6003f219e0a4b3ab21c9a5bb5dd3c72240aa6e0f091a4379c792d5ed40787fa382a71af

diff --git a/dev-lisp/roswell/roswell-19.08.10.101.ebuild 
b/dev-lisp/roswell/roswell-19.08.10.101.ebuild
new file mode 100644
index 00000000000..11cdfe7deea
--- /dev/null
+++ b/dev-lisp/roswell/roswell-19.08.10.101.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
+}

Reply via email to