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: Tue, 24 Sep 2019 15:44:50
Message-Id: 1569339779.6618673c5b63ed61cbfcc6f81c9120808c244acc.juippis@gentoo
1 commit: 6618673c5b63ed61cbfcc6f81c9120808c244acc
2 Author: YUE Daian <sheepduke <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 24 15:31:36 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 24 15:42:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6618673c
7
8 dev-lisp/roswell: delete version 19.3.10.97
9
10 Signed-off-by: YUE Daian <sheepduke <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/12897
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 dev-lisp/roswell/Manifest | 1 -
15 dev-lisp/roswell/roswell-19.3.10.97.ebuild | 34 ------------------------------
16 2 files changed, 35 deletions(-)
17
18 diff --git a/dev-lisp/roswell/Manifest b/dev-lisp/roswell/Manifest
19 index 593e45e85af..5bf4ffbf0c8 100644
20 --- a/dev-lisp/roswell/Manifest
21 +++ b/dev-lisp/roswell/Manifest
22 @@ -1,2 +1 @@
23 DIST roswell-19.08.10.101.tar.gz 163259 BLAKE2B 80080a7d2665fd674281ae8af7ac735e8ebfa142cb2beac93e9536ab0251d654ce6f18e329b06bb1e8bb3a233ab15b42c35e544b4d2b9c87229d9290403cec31 SHA512 6a7dde53ba5f0793e3f5dac780265e1a88d35a0d4a2388fec6ecafde0904a36db222a3cfe867ae5bd90f38f08a5da09941182e72f81184bfd7f084d927e63ce3
24 -DIST roswell-19.3.10.97.tar.gz 159870 BLAKE2B 3a39f2606da3e45e752490eaba2b44f2dfc369c073e65d7556d078e6b6e4e1e620b24b5ef50375d01d5cd88a68c08825bf84b953965d1409f07ed2ba92ccf64c SHA512 53265610715dcc8d5b23d10e6dff18bf7e69fd4884e45741f9165647b6003f219e0a4b3ab21c9a5bb5dd3c72240aa6e0f091a4379c792d5ed40787fa382a71af
25
26 diff --git a/dev-lisp/roswell/roswell-19.3.10.97.ebuild b/dev-lisp/roswell/roswell-19.3.10.97.ebuild
27 deleted file mode 100644
28 index 8caf020ab8e..00000000000
29 --- a/dev-lisp/roswell/roswell-19.3.10.97.ebuild
30 +++ /dev/null
31 @@ -1,34 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit autotools
38 -
39 -DESCRIPTION="A lisp installer and launcher for major environment"
40 -HOMEPAGE="https://github.com/roswell/roswell"
41 -SRC_URI="https://github.com/roswell/roswell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -SLOT="0"
44 -LICENSE="MIT"
45 -
46 -KEYWORDS="~amd64 ~x86"
47 -
48 -RDEPEND="!net-libs/librouteros"
49 -
50 -src_prepare() {
51 - default
52 - eautoreconf
53 -}
54 -
55 -src_compile() {
56 - emake -j1
57 -}
58 -
59 -src_test() {
60 - emake -j1 check
61 -}
62 -
63 -src_install() {
64 - emake DESTDIR="${D}" -j1 install
65 -}