Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/roswell/
Date: Mon, 24 Feb 2020 05:55:53
Message-Id: 1582523236.010848453b0e671ee41e481c1c2e89d95e715312.juippis@gentoo
1 commit: 010848453b0e671ee41e481c1c2e89d95e715312
2 Author: YUE Daian <sheepduke <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 22 07:55:49 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 24 05:47:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01084845
7
8 dev-lisp/roswell: bump version to 20.01.14.104
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: YUE Daian <sheepduke <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/14736
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 dev-lisp/roswell/Manifest | 1 +
16 dev-lisp/roswell/roswell-20.01.14.104.ebuild | 22 ++++++++++++++++++++++
17 2 files changed, 23 insertions(+)
18
19 diff --git a/dev-lisp/roswell/Manifest b/dev-lisp/roswell/Manifest
20 index 45351edc625..eab908fe853 100644
21 --- a/dev-lisp/roswell/Manifest
22 +++ b/dev-lisp/roswell/Manifest
23 @@ -1,3 +1,4 @@
24 DIST roswell-19.08.10.101.tar.gz 163259 BLAKE2B 80080a7d2665fd674281ae8af7ac735e8ebfa142cb2beac93e9536ab0251d654ce6f18e329b06bb1e8bb3a233ab15b42c35e544b4d2b9c87229d9290403cec31 SHA512 6a7dde53ba5f0793e3f5dac780265e1a88d35a0d4a2388fec6ecafde0904a36db222a3cfe867ae5bd90f38f08a5da09941182e72f81184bfd7f084d927e63ce3
25 DIST roswell-19.09.12.102.tar.gz 164475 BLAKE2B 432a9aae8a2f2caa4b7c996829daff1e6a8807cccf936bf7d9aefc69e8842b73b355aede1213ed8ad3e2f3ed093fbb33f0d4f48c991ad4ae5dc3f919d5ea7c38 SHA512 04f6db828c81b7e6310c612e4a3fcd0d0abe6e9dbac794f78f9830902c8b8ad02bda7ff313edfebfd31fa299b2553f258dc82307ccdaf025b9eef2a13e93de54
26 DIST roswell-19.12.13.103.tar.gz 165717 BLAKE2B 9d38deab38154146ebba80ce4efdcc99c2d4ced312cad5a04ba44bc1bf5f10cb3c83bbbccdbdb842f0ef92e7d20b7073973d4f7f3438e732987cfcff8ec4386a SHA512 3f7180843e81108ff026df6ead5541325dc622027483c2a33069020bdc90916c263a73ec40ead5ab0af2566967aa2a4cb8db2ece962465e7b0a41e4a6809335a
27 +DIST roswell-20.01.14.104.tar.gz 164384 BLAKE2B 905bb54081da137c588b911f1aa6ef4957e9d860c9d42b72bcda37b084d4049c4234a757514170e2a857de40c4970d70e53e98d72bbeb037e5c35930fbd9286b SHA512 8eac3ada8afb9f2ee82004e46fcee72e45cfd2ed4e86dea8892ff6fa0bb5339bca7e3d1d4a7e2930d6848ef1bf1ef4b63aa576382bee1e66e98cf50441c81c7e
28
29 diff --git a/dev-lisp/roswell/roswell-20.01.14.104.ebuild b/dev-lisp/roswell/roswell-20.01.14.104.ebuild
30 new file mode 100644
31 index 00000000000..76c9e1152f1
32 --- /dev/null
33 +++ b/dev-lisp/roswell/roswell-20.01.14.104.ebuild
34 @@ -0,0 +1,22 @@
35 +# Copyright 1999-2020 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=7
39 +
40 +inherit autotools
41 +
42 +DESCRIPTION="A lisp installer and launcher for major environment"
43 +HOMEPAGE="https://github.com/roswell/roswell"
44 +SRC_URI="https://github.com/roswell/roswell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 +
46 +SLOT="0"
47 +LICENSE="MIT"
48 +
49 +KEYWORDS="~amd64 ~x86"
50 +
51 +RDEPEND="!net-libs/librouteros"
52 +
53 +src_prepare() {
54 + default
55 + eautoreconf
56 +}