summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/bin86/ChangeLog7
-rw-r--r--sys-devel/bin86/Manifest5
-rw-r--r--sys-devel/bin86/bin86-0.16.13.ebuild33
-rw-r--r--sys-devel/bin86/files/digest-bin86-0.16.131
4 files changed, 42 insertions, 4 deletions
diff --git a/sys-devel/bin86/ChangeLog b/sys-devel/bin86/ChangeLog
index 4cf808e6104e..66d72f05edb0 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.8 2003/08/18 00:19:40 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/ChangeLog,v 1.9 2003/10/04 20:53:28 azarah Exp $
+
+*bin86-0.16.13 (04 Oct 2003)
+
+ 04 Oct 2003; Martin Schlemmer <azarah@gentoo.org> bin86-0.16.13.ebuild:
+ Update version.
*bin86-0.16.11-r1 (17 Aug 2003)
diff --git a/sys-devel/bin86/Manifest b/sys-devel/bin86/Manifest
index a23775c29080..507f2d8c4518 100644
--- a/sys-devel/bin86/Manifest
+++ b/sys-devel/bin86/Manifest
@@ -1,11 +1,10 @@
MD5 1aecc149f971328548e8cb3907ca3664 bin86-0.16.11.ebuild 759
MD5 a4b95e3c929218907f80a9a5e22bb9f6 bin86-0.16.10.ebuild 759
-MD5 c66a2b7241aab2897a0519de9a8ea3c9 ChangeLog 1504
-MD5 e82f0d0009420f51d2b62c9dbd342048 bin86-0.16.13.ebuild 830
+MD5 e8332b0cb1b1a07d136e72ab917e4488 ChangeLog 1626
+MD5 65ef66649d4a11457707b3d66cdee721 bin86-0.16.13.ebuild 817
MD5 d49aa68797cca8ca7e44bba74a211620 bin86-0.15.5.ebuild 765
MD5 a6f2838a670af9917d6e81e2c2109cb0 bin86-0.16.11-r1.ebuild 833
MD5 2a45e4718d3133e3bcb87429d706fbf1 bin86-0.16.0.ebuild 745
-MD5 b0de42d94a01ad8bdd8074f2baa143d9 .bin86-0.16.13.ebuild.swp 12288
MD5 7d22d60b602b4280bac1e01f3d92a31a files/digest-bin86-0.16.0 65
MD5 9448e27802855b46024c8af6803ae47e files/digest-bin86-0.16.11-r1 66
MD5 e3d44923f880c5e2ae32acb9581903cf files/digest-bin86-0.15.5 64
diff --git a/sys-devel/bin86/bin86-0.16.13.ebuild b/sys-devel/bin86/bin86-0.16.13.ebuild
new file mode 100644
index 000000000000..ce93895875b4
--- /dev/null
+++ b/sys-devel/bin86/bin86-0.16.13.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.13.ebuild,v 1.1 2003/10/04 20:53:28 azarah 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.gz"
+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
+}
diff --git a/sys-devel/bin86/files/digest-bin86-0.16.13 b/sys-devel/bin86/files/digest-bin86-0.16.13
new file mode 100644
index 000000000000..02891fa9d898
--- /dev/null
+++ b/sys-devel/bin86/files/digest-bin86-0.16.13
@@ -0,0 +1 @@
+MD5 8b60008bcc249f1c7e1b0e532fbcef2d bin86-0.16.13.tar.gz 146704