diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-11-16 17:24:01 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-11-16 17:24:01 +0000 |
commit | a0333c49f6c522c5fba2b1789af50853816e67a9 (patch) | |
tree | 0e8a19f51ee87b21af631408aa292ea3af37e8bd /sys-devel | |
parent | Switch to sf.net procps. please test (diff) | |
download | historical-a0333c49f6c522c5fba2b1789af50853816e67a9.tar.gz historical-a0333c49f6c522c5fba2b1789af50853816e67a9.tar.bz2 historical-a0333c49f6c522c5fba2b1789af50853816e67a9.zip |
unstablified versoin bump
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/bin86/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/bin86/bin86-0.16.0.ebuild | 31 | ||||
-rw-r--r-- | sys-devel/bin86/files/digest-bin86-0.16.0 | 1 |
3 files changed, 39 insertions, 1 deletions
diff --git a/sys-devel/bin86/ChangeLog b/sys-devel/bin86/ChangeLog index e270471a84e3..ee0ddffe7360 100644 --- a/sys-devel/bin86/ChangeLog +++ b/sys-devel/bin86/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/bin86 # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/ChangeLog,v 1.1 2002/02/01 21:53:38 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/ChangeLog,v 1.2 2002/11/16 17:24:01 lostlogic Exp $ + +*bin86-0.16.0 (16 Nov 2002) + + 16 Nov 2002; Brandon Low <lostlogic@gentoo.org> bin86-0.16.0.ebuild : + Ok here is 0.16.0, the make system of this package smells bad, but I + kicked it into shape. Hope you all enjoy the new version. *bin86-0.15.5 (1 Feb 2002) diff --git a/sys-devel/bin86/bin86-0.16.0.ebuild b/sys-devel/bin86/bin86-0.16.0.ebuild new file mode 100644 index 000000000000..a8fdec63970b --- /dev/null +++ b/sys-devel/bin86/bin86-0.16.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.16.0.ebuild,v 1.1 2002/11/16 17:24:01 lostlogic Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Assembler and loader used to create kernel bootsector" +SRC_URI="http://www.cix.co.uk/~mayday/${PN/bin/dev}/${P}.tar.bz2" +HOMEPAGE="http://www.cix.co.uk/~mayday/" + +DEPEND="virtual/glibc" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~sparc ~sparc64" + +src_compile() { + + emake PREFIX="/usr"|| die + +} + +src_install() { + + dodir /usr/bin + dodir /usr/share/man/man1 + + einstall PREFIX="${D}/usr" MANDIR="${D}/usr/share/man/man1" + + dodoc README README-0.4 ChangeLog + docinto as + dodoc as/COPYING as/TODO +} diff --git a/sys-devel/bin86/files/digest-bin86-0.16.0 b/sys-devel/bin86/files/digest-bin86-0.16.0 new file mode 100644 index 000000000000..065d6a158e05 --- /dev/null +++ b/sys-devel/bin86/files/digest-bin86-0.16.0 @@ -0,0 +1 @@ +MD5 0fbd9b02850e3e9039d26bf4a6e86ada bin86-0.16.0.tar.bz2 115779 |