From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 24039138334 for ; Tue, 24 Sep 2019 15:44:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CAA9E0951; Tue, 24 Sep 2019 15:44:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11F24E0951 for ; Tue, 24 Sep 2019 15:44:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A78B34B51F for ; Tue, 24 Sep 2019 15:44:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FFBC7F2 for ; Tue, 24 Sep 2019 15:44:44 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1569339779.6618673c5b63ed61cbfcc6f81c9120808c244acc.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/roswell/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lisp/roswell/Manifest dev-lisp/roswell/roswell-19.3.10.97.ebuild X-VCS-Directories: dev-lisp/roswell/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6618673c5b63ed61cbfcc6f81c9120808c244acc X-VCS-Branch: master Date: Tue, 24 Sep 2019 15:44:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bbd0155a-a979-4c6c-a197-990609e39c4b X-Archives-Hash: c3c232b1105fcf203f6ede6b7a1051c5 commit: 6618673c5b63ed61cbfcc6f81c9120808c244acc Author: YUE Daian gmail com> AuthorDate: Tue Sep 24 15:31:36 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Sep 24 15:42:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6618673c dev-lisp/roswell: delete version 19.3.10.97 Signed-off-by: YUE Daian gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12897 Signed-off-by: Joonas Niilola gentoo.org> dev-lisp/roswell/Manifest | 1 - dev-lisp/roswell/roswell-19.3.10.97.ebuild | 34 ------------------------------ 2 files changed, 35 deletions(-) diff --git a/dev-lisp/roswell/Manifest b/dev-lisp/roswell/Manifest index 593e45e85af..5bf4ffbf0c8 100644 --- a/dev-lisp/roswell/Manifest +++ b/dev-lisp/roswell/Manifest @@ -1,2 +1 @@ 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.3.10.97.ebuild b/dev-lisp/roswell/roswell-19.3.10.97.ebuild deleted file mode 100644 index 8caf020ab8e..00000000000 --- a/dev-lisp/roswell/roswell-19.3.10.97.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# 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 -} - -src_compile() { - emake -j1 -} - -src_test() { - emake -j1 check -} - -src_install() { - emake DESTDIR="${D}" -j1 install -}