diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-30 12:06:42 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-30 12:06:42 +0000 |
commit | 21e1583f4fea163c17c82b6b0878b90909a9ca7f (patch) | |
tree | 08b19a101b57f3951268e58813b175c71006d272 /sys-devel/bin86 | |
parent | Update (diff) | |
download | gentoo-2-21e1583f4fea163c17c82b6b0878b90909a9ca7f.tar.gz gentoo-2-21e1583f4fea163c17c82b6b0878b90909a9ca7f.tar.bz2 gentoo-2-21e1583f4fea163c17c82b6b0878b90909a9ca7f.zip |
Cleanup
Diffstat (limited to 'sys-devel/bin86')
-rw-r--r-- | sys-devel/bin86/bin86-0.15.4.ebuild | 37 | ||||
-rw-r--r-- | sys-devel/bin86/files/digest-bin86-0.15.4 | 1 |
2 files changed, 0 insertions, 38 deletions
diff --git a/sys-devel/bin86/bin86-0.15.4.ebuild b/sys-devel/bin86/bin86-0.15.4.ebuild deleted file mode 100644 index 38516031304f..000000000000 --- a/sys-devel/bin86/bin86-0.15.4.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.15.4.ebuild,v 1.3 2001/01/31 20:49:07 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/bin86 -DESCRIPTION="Assembler and loader used to create kernel bootsector" -SRC_URI="http://www.cix.co.uk/~mayday/${A}" -HOMEPAGE="http://www.cix.co.uk/~mayday/" -DEPEND="virtual/glibc" -RDEPEND="$DEPEND - >=sys-apps/bash-2.04" - -src_compile() { - try make ${MAKEOPTS} -} - -src_unpack() { - unpack ${A} - cd ${S} - cp Makefile Makefile.orig - sed -e "s/CFLAGS=-O2/CFLAGS=${CFLAGS}/" \ - -e "s:INSTALL_OPTS=-m 755 -s:INSTALL_OPTS=-m 755:" \ - Makefile.orig > Makefile -} - -src_install() { - dodir /usr/bin - dodir /usr/man/man1 - try make PREFIX=${D}/usr install - dodoc README README-0.4 ChangeLog - docinto as - dodoc as/COPYING as/TODO -} - - diff --git a/sys-devel/bin86/files/digest-bin86-0.15.4 b/sys-devel/bin86/files/digest-bin86-0.15.4 deleted file mode 100644 index 26a7c3731184..000000000000 --- a/sys-devel/bin86/files/digest-bin86-0.15.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 8ac305eeb5cb0cb6ce90e7e30f7c11f0 bin86-0.15.4.tar.gz |