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 B5E4C13835B for ; Fri, 18 Dec 2020 09:53:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8FD2E09E0; Fri, 18 Dec 2020 09:53:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 ACE16E09E0 for ; Fri, 18 Dec 2020 09:53:11 +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 79988340A8E for ; Fri, 18 Dec 2020 09:53:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6A9E332 for ; Fri, 18 Dec 2020 09:53:07 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1608285157.bc5b4b7193b6d45c9c46de1438eee8e886082d8c.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/bootcreator/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/bootcreator/bootcreator-1.1.ebuild X-VCS-Directories: sys-boot/bootcreator/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: bc5b4b7193b6d45c9c46de1438eee8e886082d8c X-VCS-Branch: master Date: Fri, 18 Dec 2020 09:53:07 +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: 186f5f63-4897-43a9-8c5d-5e6b0202477a X-Archives-Hash: e3a33cf567bcb5052936c06507fbd44c commit: bc5b4b7193b6d45c9c46de1438eee8e886082d8c Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Dec 18 09:45:39 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Dec 18 09:52:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc5b4b71 sys-boot/bootcreator: drop old Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich gentoo.org> sys-boot/bootcreator/bootcreator-1.1.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/sys-boot/bootcreator/bootcreator-1.1.ebuild b/sys-boot/bootcreator/bootcreator-1.1.ebuild deleted file mode 100644 index 5f9a3fcc145..00000000000 --- a/sys-boot/bootcreator/bootcreator-1.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Simple generator for Forth based BootMenu scripts for Pegasos machines" -HOMEPAGE="http://tbs-software.com/morgoth/projects.html" -SRC_URI="http://tbs-software.com/morgoth/files/bootcreator-src.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* ppc" -IUSE="" - -DEPEND="" - -S=${WORKDIR} - -src_compile() { - emake all -} - -src_install() { - dosbin src/bootcreator - dodoc doc/README - - insinto /etc - newins examples/example.bc bootmenu.example -}