summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-08-18 00:19:43 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-08-18 00:19:43 +0000
commit9d996921ffb7ed95b638e3395b6fd926f8581832 (patch)
treeaa737767dfcadd5f10b1a1020b58308976ad7235 /sys-devel
parentUpdate ebuild to actually build with the users CFLAGS (diff)
downloadhistorical-9d996921ffb7ed95b638e3395b6fd926f8581832.tar.gz
historical-9d996921ffb7ed95b638e3395b6fd926f8581832.tar.bz2
historical-9d996921ffb7ed95b638e3395b6fd926f8581832.zip
Update ebuild to actually build with the users CFLAGS
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/bin86/Manifest4
-rw-r--r--sys-devel/bin86/bin86-0.16.11-r1.ebuild33
-rw-r--r--sys-devel/bin86/files/digest-bin86-0.16.11-r11
3 files changed, 36 insertions, 2 deletions
diff --git a/sys-devel/bin86/Manifest b/sys-devel/bin86/Manifest
index 9050b2c5f266..b70b5efc8f88 100644
--- a/sys-devel/bin86/Manifest
+++ b/sys-devel/bin86/Manifest
@@ -1,8 +1,8 @@
-MD5 0975246668fb56bb338bbffcb0c5cfb4 bin86-0.16.11-r1.ebuild 879
+MD5 0b1739ff2a5a7b269ce057bf25e16564 bin86-0.16.11-r1.ebuild 832
MD5 021391738a15cb7b9ccf359057c57fe1 bin86-0.16.10.ebuild 759
MD5 7c8cdc3de52dc2103601d5a647a1e82d bin86-0.15.5.ebuild 765
MD5 93d387e377b7c435f3732d01da5835b5 bin86-0.16.0.ebuild 745
-MD5 b71b608b84e664b6829d5566f7f67f67 ChangeLog 1334
+MD5 efbfbf61adc9a03a474f52cbf17473c7 ChangeLog 1503
MD5 2b973cc61cb8750f44d136a69fadf6b3 bin86-0.16.11.ebuild 759
MD5 d602d21813859b5f74b9349bab1a8f22 files/bin86-0.15.4-Makefile-gentoo.diff 1682
MD5 c845c74a3bfb5ebe45c6cd5038415441 files/digest-bin86-0.16.10 66
diff --git a/sys-devel/bin86/bin86-0.16.11-r1.ebuild b/sys-devel/bin86/bin86-0.16.11-r1.ebuild
new file mode 100644
index 000000000000..f287ee30daf6
--- /dev/null
+++ b/sys-devel/bin86/bin86-0.16.11-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2003 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.11-r1.ebuild,v 1.1 2003/08/18 00:19:40 robbat2 Exp $
+
+IUSE=""
+
+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/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~sparc -ppc"
+
+DEPEND="virtual/glibc sys-apps/sed"
+RDEPEND="virtual/glibc"
+
+src_compile() {
+ emake PREFIX="/usr" CFLAGS="${CFLAGS} -D_POSIX_SOURCE" || 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.11-r1 b/sys-devel/bin86/files/digest-bin86-0.16.11-r1
new file mode 100644
index 000000000000..675ad9edcda7
--- /dev/null
+++ b/sys-devel/bin86/files/digest-bin86-0.16.11-r1
@@ -0,0 +1 @@
+MD5 210c4649cd8798ee69571c25b73abf3a bin86-0.16.11.tar.bz2 116399