diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-08-18 00:19:43 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-08-18 00:19:43 +0000 |
commit | 8737136e2fe6eca855359fea69de99353293499a (patch) | |
tree | f4b65bdcca3a45a83c805fbe004fe3e689feeb29 /sys-devel/bin86 | |
parent | Update ebuild to actually build with the users CFLAGS (diff) | |
download | gentoo-2-8737136e2fe6eca855359fea69de99353293499a.tar.gz gentoo-2-8737136e2fe6eca855359fea69de99353293499a.tar.bz2 gentoo-2-8737136e2fe6eca855359fea69de99353293499a.zip |
Update ebuild to actually build with the users CFLAGS
Diffstat (limited to 'sys-devel/bin86')
-rw-r--r-- | sys-devel/bin86/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/bin86/Manifest | 4 | ||||
-rw-r--r-- | sys-devel/bin86/bin86-0.16.11-r1.ebuild | 33 | ||||
-rw-r--r-- | sys-devel/bin86/files/digest-bin86-0.16.11-r1 | 1 |
4 files changed, 42 insertions, 3 deletions
diff --git a/sys-devel/bin86/ChangeLog b/sys-devel/bin86/ChangeLog index f24e7a6c5a10..4cf808e6104e 100644 --- a/sys-devel/bin86/ChangeLog +++ b/sys-devel/bin86/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/bin86 # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/ChangeLog,v 1.7 2003/03/16 17:39:38 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/ChangeLog,v 1.8 2003/08/18 00:19:40 robbat2 Exp $ + +*bin86-0.16.11-r1 (17 Aug 2003) + + 17 Aug 2003; Robin H. Johnson <robbat2@gentoo.org> bin86-0.16.11-r1.ebuild: + Update ebuild to actually build with the users CFLAGS 16 Mar 2003; Martin Schlemmer <azarah@gentoo.org> bin86-0.16.0.ebuild : Mark stable for x86. 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 |