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
commitc06acdcf61772255a12c701faafc2563da4dfc4e (patch)
tree8c67f04e30901b549e286eeb47cd469c7d9f4b51 /sys-devel/bin86
parentStable on alpha, bug 71595. (diff)
downloadhistorical-c06acdcf61772255a12c701faafc2563da4dfc4e.tar.gz
historical-c06acdcf61772255a12c701faafc2563da4dfc4e.tar.bz2
historical-c06acdcf61772255a12c701faafc2563da4dfc4e.zip
move to stable
Diffstat (limited to 'sys-devel/bin86')
-rw-r--r--sys-devel/bin86/Manifest21
-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
7 files changed, 20 insertions, 136 deletions
diff --git a/sys-devel/bin86/Manifest b/sys-devel/bin86/Manifest
index 303ad2b5caca..f21c09e7559c 100644
--- a/sys-devel/bin86/Manifest
+++ b/sys-devel/bin86/Manifest
@@ -1,11 +1,16 @@
-MD5 7e8f8d3ed75bcab0b42a32827de421b3 bin86-0.16.11-r1.ebuild 802
-MD5 bbc2147b393e851c6f581d25ad31cc1f bin86-0.16.13.ebuild 790
-MD5 6afc28db2fe2f22d34e02cde3d65456b bin86-0.15.5.ebuild 764
-MD5 8e0508feb90979c46f166f82c4eff84a bin86-0.16.0.ebuild 726
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 7cd5627cb832f062a642104fff695f92 ChangeLog 1982
+MD5 8e0508feb90979c46f166f82c4eff84a bin86-0.16.0.ebuild 726
+MD5 afed085598df4f009289797465374474 bin86-0.16.13.ebuild 764
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
-MD5 d602d21813859b5f74b9349bab1a8f22 files/bin86-0.15.4-Makefile-gentoo.diff 1682
-MD5 3e8b2cbfe9d20036521c1a53960279e8 files/digest-bin86-0.16.13 65
-MD5 e3d44923f880c5e2ae32acb9581903cf files/digest-bin86-0.15.5 64
MD5 7d22d60b602b4280bac1e01f3d92a31a files/digest-bin86-0.16.0 65
-MD5 9448e27802855b46024c8af6803ae47e files/digest-bin86-0.16.11-r1 66
+MD5 3e8b2cbfe9d20036521c1a53960279e8 files/digest-bin86-0.16.13 65
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.9.10 (GNU/Linux)
+
+iD8DBQFBq9mjroRuSHgZdywRAvGQAJ96W8VNWj9Jx34IH2vm1hwhoX+ObACeNWmU
+KTIDa0MWPTU2pTTuiGi36uI=
+=Wr9G
+-----END PGP SIGNATURE-----
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