summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-30 02:23:24 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-30 02:23:24 +0000
commit1a20a87b0546b2a1bfe29ef80919edda4a1b7da5 (patch)
treeff3da04d8a5772e45e11ec8f8dddd594d37c9f4c /sys-devel/bin86
parentStable on alpha, bug 71595. (diff)
downloadgentoo-2-1a20a87b0546b2a1bfe29ef80919edda4a1b7da5.tar.gz
gentoo-2-1a20a87b0546b2a1bfe29ef80919edda4a1b7da5.tar.bz2
gentoo-2-1a20a87b0546b2a1bfe29ef80919edda4a1b7da5.zip
move to stable
Diffstat (limited to 'sys-devel/bin86')
-rw-r--r--sys-devel/bin86/bin86-0.15.5.ebuild36
-rw-r--r--sys-devel/bin86/bin86-0.16.11-r1.ebuild32
-rw-r--r--sys-devel/bin86/bin86-0.16.13.ebuild16
-rw-r--r--sys-devel/bin86/files/bin86-0.15.4-Makefile-gentoo.diff49
-rw-r--r--sys-devel/bin86/files/digest-bin86-0.15.51
-rw-r--r--sys-devel/bin86/files/digest-bin86-0.16.11-r11
6 files changed, 7 insertions, 128 deletions
diff --git a/sys-devel/bin86/bin86-0.15.5.ebuild b/sys-devel/bin86/bin86-0.15.5.ebuild
deleted file mode 100644
index b9db8d57dc34..000000000000
--- a/sys-devel/bin86/bin86-0.15.5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.15.5.ebuild,v 1.16 2004/07/15 03:08:36 agriffis Exp $
-
-S=${WORKDIR}/bin86
-DESCRIPTION="Assembler and loader used to create kernel bootsector"
-SRC_URI="http://www.cix.co.uk/~mayday/${P}.tar.gz"
-HOMEPAGE="http://www.cix.co.uk/~mayday/"
-
-DEPEND="virtual/libc"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 -sparc -ppc"
-IUSE=""
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}
- patch -p0 < ${FILESDIR}/bin86-0.15.4-Makefile-gentoo.diff || die
-}
-
-src_compile() {
-
- make ${MAKEOPTS} || die
-
-}
-
-src_install() {
-
- make DESTDIR=${D} install || die
-
- dodoc README README-0.4 ChangeLog
- docinto as
- dodoc as/COPYING as/TODO
-}
diff --git a/sys-devel/bin86/bin86-0.16.11-r1.ebuild b/sys-devel/bin86/bin86-0.16.11-r1.ebuild
deleted file mode 100644
index 1b9cc84cd65c..000000000000
--- a/sys-devel/bin86/bin86-0.16.11-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# 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.6 2004/07/15 03:08:36 agriffis Exp $
-
-IUSE=""
-
-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/libc sys-apps/sed"
-RDEPEND="virtual/libc"
-
-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/bin86-0.16.13.ebuild b/sys-devel/bin86/bin86-0.16.13.ebuild
index 94f00d633f9b..9b74caeec2e4 100644
--- a/sys-devel/bin86/bin86-0.16.13.ebuild
+++ b/sys-devel/bin86/bin86-0.16.13.ebuild
@@ -1,32 +1,30 @@
# Copyright 1999-2004 Gentoo Foundation
# 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.6 2004/07/15 03:08:36 agriffis Exp $
-
-IUSE=""
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.16.13.ebuild,v 1.7 2004/11/30 02:23:24 vapier Exp $
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/"
+SRC_URI="http://www.cix.co.uk/~mayday/${PN/bin/dev}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 -sparc -ppc"
+KEYWORDS="-* x86"
+IUSE=""
-DEPEND="virtual/libc sys-apps/sed"
RDEPEND="virtual/libc"
+DEPEND="${RDEPEND}
+ sys-apps/sed"
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"
+ einstall PREFIX="${D}/usr" MANDIR="${D}/usr/share/man/man1" || die
dodoc README README-0.4 ChangeLog
docinto as
- dodoc as/COPYING
}
diff --git a/sys-devel/bin86/files/bin86-0.15.4-Makefile-gentoo.diff b/sys-devel/bin86/files/bin86-0.15.4-Makefile-gentoo.diff
deleted file mode 100644
index 4345eb8fcd6c..000000000000
--- a/sys-devel/bin86/files/bin86-0.15.4-Makefile-gentoo.diff
+++ /dev/null
@@ -1,49 +0,0 @@
---- Makefile.orig Tue Feb 27 14:27:10 2001
-+++ Makefile Tue Feb 27 14:27:11 2001
-@@ -1,15 +1,17 @@
-
--CFLAGS=-O2 -D_POSIX_SOURCE
-+CFLAGS+=-D_POSIX_SOURCE
- LDFLAGS=
- DIRS=ld as
-
--PREFIX=/usr/local
-+PREFIX=/usr
- BINDIR=$(PREFIX)/bin
- LIBDIR=$(PREFIX)/lib
--MANDIR=$(PREFIX)/man/man1
-+MANDIR=$(PREFIX)/share/man/man1
- SUF=86
-
--INSTALL_OPTS=-m 755 -s
-+DESTDIR=
-+
-+INSTALL_OPTS=-m 755
- MAN_OPTS =-m 644
-
- MFLAGS= "LIBS=$(LIBS)" \
-@@ -25,14 +27,16 @@
- done
-
- install: all
-- install $(INSTALL_OPTS) as/as86 $(BINDIR)/as$(SUF)
-- install $(INSTALL_OPTS) as/as86_encap $(BINDIR)/as$(SUF)_encap
-- install $(INSTALL_OPTS) ld/ld86 $(BINDIR)/ld$(SUF)
-- install $(INSTALL_OPTS) ld/objdump86 $(BINDIR)/objdump$(SUF)
-- install $(MAN_OPTS) man/*.1 $(MANDIR)
-- ln -sf objdump$(SUF) $(BINDIR)/nm$(SUF)
-- ln -sf objdump$(SUF) $(BINDIR)/size$(SUF)
-- ln -sf as86.1 $(MANDIR)/as86_encap.1
-+ install $(INSTALL_OPTS) -d $(DESTDIR)/$(BINDIR)
-+ install $(INSTALL_OPTS) -d $(DESTDIR)/$(MANDIR)
-+ install $(INSTALL_OPTS) as/as86 $(DESTDIR)/$(BINDIR)/as$(SUF)
-+ install $(INSTALL_OPTS) as/as86_encap $(DESTDIR)/$(BINDIR)/as$(SUF)_encap
-+ install $(INSTALL_OPTS) ld/ld86 $(DESTDIR)/$(BINDIR)/ld$(SUF)
-+ install $(INSTALL_OPTS) ld/objdump86 $(DESTDIR)/$(BINDIR)/objdump$(SUF)
-+ install $(MAN_OPTS) man/*.1 $(DESTDIR)/$(MANDIR)
-+ ln -sf objdump$(SUF) $(DESTDIR)/$(BINDIR)/nm$(SUF)
-+ ln -sf objdump$(SUF) $(DESTDIR)/$(BINDIR)/size$(SUF)
-+ ln -sf as86.1 $(DESTDIR)/$(MANDIR)/as86_encap.1
-
- depend clean clobber:
- set -e ; for d in $(DIRS); do \
diff --git a/sys-devel/bin86/files/digest-bin86-0.15.5 b/sys-devel/bin86/files/digest-bin86-0.15.5
deleted file mode 100644
index 9209e43cb3cc..000000000000
--- a/sys-devel/bin86/files/digest-bin86-0.15.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d714155efe0ee4efc98bf76fad44e769 bin86-0.15.5.tar.gz 141544
diff --git a/sys-devel/bin86/files/digest-bin86-0.16.11-r1 b/sys-devel/bin86/files/digest-bin86-0.16.11-r1
deleted file mode 100644
index 675ad9edcda7..000000000000
--- a/sys-devel/bin86/files/digest-bin86-0.16.11-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 210c4649cd8798ee69571c25b73abf3a bin86-0.16.11.tar.bz2 116399