diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-12-18 09:45:39 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-12-18 09:52:37 +0000 |
commit | bc5b4b7193b6d45c9c46de1438eee8e886082d8c (patch) | |
tree | bf5e8dfae0f9f8473dfc91cc98dc6bf3e945b7b1 /sys-boot/bootcreator | |
parent | sys-boot/palo: drop old (diff) | |
download | gentoo-bc5b4b7193b6d45c9c46de1438eee8e886082d8c.tar.gz gentoo-bc5b4b7193b6d45c9c46de1438eee8e886082d8c.tar.bz2 gentoo-bc5b4b7193b6d45c9c46de1438eee8e886082d8c.zip |
sys-boot/bootcreator: drop old
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-boot/bootcreator')
-rw-r--r-- | sys-boot/bootcreator/bootcreator-1.1.ebuild | 29 |
1 files changed, 0 insertions, 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 5f9a3fcc145e..000000000000 --- 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 -} |