diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-16 00:03:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-16 00:03:31 +0000 |
commit | d8697322a4154277d8c4b70db342e447d046d35b (patch) | |
tree | be34f6fd50881c39a629c5519c773d8357266ea9 /sys-devel/bin86 | |
parent | mips stable (diff) | |
download | historical-d8697322a4154277d8c4b70db342e447d046d35b.tar.gz historical-d8697322a4154277d8c4b70db342e447d046d35b.tar.bz2 historical-d8697322a4154277d8c4b70db342e447d046d35b.zip |
old
Package-Manager: portage-2.1_pre6-r3
Diffstat (limited to 'sys-devel/bin86')
-rw-r--r-- | sys-devel/bin86/bin86-0.16.16.ebuild | 39 | ||||
-rw-r--r-- | sys-devel/bin86/files/digest-bin86-0.16.16 | 1 |
2 files changed, 0 insertions, 40 deletions
diff --git a/sys-devel/bin86/bin86-0.16.16.ebuild b/sys-devel/bin86/bin86-0.16.16.ebuild deleted file mode 100644 index 3d23b9301f00..000000000000 --- a/sys-devel/bin86/bin86-0.16.16.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.16.16.ebuild,v 1.3 2005/01/27 04:00:16 vapier Exp $ - -inherit toolchain-funcs - -DESCRIPTION="Assembler and loader used to create kernel bootsector" -HOMEPAGE="http://www.cix.co.uk/~mayday/" -SRC_URI="http://www.cix.co.uk/~mayday/dev86/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* x86" -IUSE="" - -RDEPEND="virtual/libc" -DEPEND="${RDEPEND} - sys-apps/sed" - -src_unpack() { - unpack ${A} - cd ${S} - sed -i 's:/man/man1:/share/man/man1:' Makefile || die "sed" -} - -src_compile() { - emake \ - PREFIX="/usr" \ - CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS} -D_POSIX_SOURCE" \ - LDFLAGS="${LDFLAGS}" \ - || die -} - -src_install() { - dodir /usr/bin /usr/share/man/man1 - make install PREFIX="${D}/usr" || die "install" - dodoc README* ChangeLog -} diff --git a/sys-devel/bin86/files/digest-bin86-0.16.16 b/sys-devel/bin86/files/digest-bin86-0.16.16 deleted file mode 100644 index 57811201d605..000000000000 --- a/sys-devel/bin86/files/digest-bin86-0.16.16 +++ /dev/null @@ -1 +0,0 @@ -MD5 48c56be9792b26702805cb59471c99e5 bin86-0.16.16.tar.gz 147617 |