summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2002-07-06 15:37:58 +0000
committerDaniel Robbins <drobbins@gentoo.org>2002-07-06 15:37:58 +0000
commitb710753e3cafac92425ecac0939f261c12aa256f (patch)
tree03485e76ca9c934b7b9d940b5d2bee23a794e089 /sys-apps
parentupdate gcc-3.1 fix (diff)
downloadhistorical-b710753e3cafac92425ecac0939f261c12aa256f.tar.gz
historical-b710753e3cafac92425ecac0939f261c12aa256f.tar.bz2
historical-b710753e3cafac92425ecac0939f261c12aa256f.zip
repoman cleanups -- everyone join in :)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/openmosix-user/files/digest-openmosix-user-0.1.31
-rw-r--r--sys-apps/openmosix-user/openmosix-user-0.1.3.ebuild51
-rw-r--r--sys-apps/openmosix-user/openmosix-user-0.2.0.ebuild2
-rw-r--r--sys-apps/procps/files/digest-procps-2.0.6-r11
-rw-r--r--sys-apps/procps/files/digest-procps-2.0.6-r21
-rw-r--r--sys-apps/procps/files/digest-procps-2.0.7-r31
-rw-r--r--sys-apps/procps/files/digest-procps-2.0.7-r41
-rw-r--r--sys-apps/procps/files/digest-procps-2.0.7-r51
-rw-r--r--sys-apps/procps/procps-2.0.6-r1.ebuild56
-rw-r--r--sys-apps/procps/procps-2.0.6-r2.ebuild44
-rw-r--r--sys-apps/procps/procps-2.0.7-r3.ebuild58
-rw-r--r--sys-apps/procps/procps-2.0.7-r4.ebuild64
-rw-r--r--sys-apps/procps/procps-2.0.7-r5.ebuild65
-rw-r--r--sys-apps/procps/procps-2.0.7-r6.ebuild12
-rw-r--r--sys-apps/syslinux/ChangeLog (renamed from sys-apps/syslinux/Changelog)2
-rw-r--r--sys-apps/syslinux/syslinux-1.75.ebuild12
16 files changed, 14 insertions, 358 deletions
diff --git a/sys-apps/openmosix-user/files/digest-openmosix-user-0.1.3 b/sys-apps/openmosix-user/files/digest-openmosix-user-0.1.3
deleted file mode 100644
index 807f59d9dbf7..000000000000
--- a/sys-apps/openmosix-user/files/digest-openmosix-user-0.1.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 abbdcf2f81a5b11f2a4023186396ab81 openMosixUserland-0.1.3.tgz 59491
diff --git a/sys-apps/openmosix-user/openmosix-user-0.1.3.ebuild b/sys-apps/openmosix-user/openmosix-user-0.1.3.ebuild
deleted file mode 100644
index 1bb6601c189c..000000000000
--- a/sys-apps/openmosix-user/openmosix-user-0.1.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/openmosix-user/openmosix-user-0.1.3.ebuild,v 1.4 2002/05/27 17:27:39 drobbins Exp $
-
-S=${WORKDIR}/openMosixUserland-${PV}
-DESCRIPTION="User-land utilities for openMosix process migration (clustering) software"
-SRC_URI="mirror://sourceforge/openmosix/openMosixUserland-${PV}.tgz"
-HOMEPAGE="http://www.openmosix.com"
-RDEPEND="virtual/glibc >=sys-libs/ncurses-5.2"
-DEPEND="$RDEPEND ~sys-kernel/openmosix-sources-2.4.17_pre3 sys-apps/findutils sys-devel/perl"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- cat > configuration << EOF
-OPENMOSIX=/usr/src/linux
-PROCDIR=/proc/hpc
-MONNAME=mmon
-CC=gcc
-INSTALLDIR=/usr
-CFLAGS=-I/m/include -I./ -I/usr/include -I\$(OPENMOSIX)/include ${CFLAGS}
-INSTALL=/usr/bin/install
-EOF
- #use perl, find and xargs to convert /usr/man references to /usr/share/man (FHS)
- find . -iname Makefile | xargs perl -pi.orig -e "s:INSTALLDIR\)/man:INSTALLDIR)/share/man:g"
-}
-
-src_compile() {
- cd ${S}
- make clean build man
-}
-
-src_install () {
- make INSTALLDIR=${D}/usr install
- dodoc COPYING README
- exeinto /etc/init.d
- newexe ${FILESDIR}/openmosix.init openmosix
- insinto /etc
- #stub mosix.map file
- doins ${FILESDIR}/mosix.map
-}
-
-pkg_postinst() {
- echo
- echo " To complete openMosix installation, edit /etc/mosix.map and then type:
- echo "# rc-update add openmosix default
- echo " ...to add openMosix to the default runlevel. This particular version of"
- echo " openmosix-user has been designed to work with the 2.4.17-pre3-openmosix"
- echo " kernel (sys-kernel/openmosix-sources-2.4.17_pre3.)"
- echo
-}
diff --git a/sys-apps/openmosix-user/openmosix-user-0.2.0.ebuild b/sys-apps/openmosix-user/openmosix-user-0.2.0.ebuild
index 3f44b2294761..aa42ecfc7e41 100644
--- a/sys-apps/openmosix-user/openmosix-user-0.2.0.ebuild
+++ b/sys-apps/openmosix-user/openmosix-user-0.2.0.ebuild
@@ -14,7 +14,7 @@ RDEPEND="${DEPEND}
sys-devel/perl"
SLOT="0"
LICENSE="GPL-2"
-
+KEYWORDS="x86"
src_unpack() {
unpack ${A}
diff --git a/sys-apps/procps/files/digest-procps-2.0.6-r1 b/sys-apps/procps/files/digest-procps-2.0.6-r1
deleted file mode 100644
index 3c270c5f4de9..000000000000
--- a/sys-apps/procps/files/digest-procps-2.0.6-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2e6e156f0791b0e209d05aaf7204a219 procps-2.0.6.tar.gz 188674
diff --git a/sys-apps/procps/files/digest-procps-2.0.6-r2 b/sys-apps/procps/files/digest-procps-2.0.6-r2
deleted file mode 100644
index 3c270c5f4de9..000000000000
--- a/sys-apps/procps/files/digest-procps-2.0.6-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2e6e156f0791b0e209d05aaf7204a219 procps-2.0.6.tar.gz 188674
diff --git a/sys-apps/procps/files/digest-procps-2.0.7-r3 b/sys-apps/procps/files/digest-procps-2.0.7-r3
deleted file mode 100644
index 541d75162871..000000000000
--- a/sys-apps/procps/files/digest-procps-2.0.7-r3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bd8d68a9fd0c3f37365f924e75009c8a procps-2.0.7.tar.gz 196231
diff --git a/sys-apps/procps/files/digest-procps-2.0.7-r4 b/sys-apps/procps/files/digest-procps-2.0.7-r4
deleted file mode 100644
index 541d75162871..000000000000
--- a/sys-apps/procps/files/digest-procps-2.0.7-r4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bd8d68a9fd0c3f37365f924e75009c8a procps-2.0.7.tar.gz 196231
diff --git a/sys-apps/procps/files/digest-procps-2.0.7-r5 b/sys-apps/procps/files/digest-procps-2.0.7-r5
deleted file mode 100644
index 541d75162871..000000000000
--- a/sys-apps/procps/files/digest-procps-2.0.7-r5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bd8d68a9fd0c3f37365f924e75009c8a procps-2.0.7.tar.gz 196231
diff --git a/sys-apps/procps/procps-2.0.6-r1.ebuild b/sys-apps/procps/procps-2.0.6-r1.ebuild
deleted file mode 100644
index b817f5282c0d..000000000000
--- a/sys-apps/procps/procps-2.0.6-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-2.0.6-r1.ebuild,v 1.5 2001/05/28 05:24:13 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Standard informational utilities and process-handling tools"
-SRC_URI="ftp://people.redhat.com/johnsonm/procps/${A}"
-DEPEND="virtual/glibc >=sys-libs/ncurses-5.2-r2"
-
-src_unpack() {
-
- unpack ${A}
-
- cd ${S}
- patch -p0 < ${FILESDIR}/${PF}.diff
-
- mv Makefile Makefile.orig
- sed -e "s/-O3/${CFLAGS}/" -e 's/all: config/all: /' \
- -e "s:--strip::" Makefile.orig > Makefile
-
- cd ${S}/ps
- mv Makefile Makefile.orig
- sed -e "s/-O2/${CFLAGS}/" -e "s:--strip::" Makefile.orig > Makefile
-
- cd ${S}/proc
- mv Makefile Makefile.orig
- sed -e "s/-O2/${CFLAGS}/" -e "s:--strip::" Makefile.orig > Makefile
-
-}
-
-src_compile() {
- try make ${MAKEOPTS}
-}
-
-src_install() {
-
- dodir /usr/bin
- dodir /sbin
- dodir /usr/X11R6/bin
- dodir /usr/share/man/man{1,5,8}
- dodir /lib
- dodir /bin
- try make DESTDIR=${D} install
-
- preplib /
- dodoc BUGS COPYING COPYING.LIB NEWS TODO
- docinto proc
- dodoc proc/COPYING
- docinto ps
- dodoc ps/COPYING ps/HACKING
-}
-
-
-
diff --git a/sys-apps/procps/procps-2.0.6-r2.ebuild b/sys-apps/procps/procps-2.0.6-r2.ebuild
deleted file mode 100644
index 4db0a72b3904..000000000000
--- a/sys-apps/procps/procps-2.0.6-r2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Maintainer: Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-2.0.6-r2.ebuild,v 1.2 2001/12/30 01:16:41 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Standard informational utilities and process-handling tools"
-SRC_URI="ftp://people.redhat.com/johnsonm/procps/${P}.tar.gz"
-DEPEND="virtual/glibc >=sys-libs/ncurses-5.2-r2"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- patch -p0 < ${FILESDIR}/${PF}.diff
- mv Makefile Makefile.orig
- sed -e "s/-O3/${CFLAGS}/" -e 's/all: config/all: /' \
- -e "s:--strip::" -e 's:/usr/man:/usr/share/man:' Makefile.orig > Makefile
- cd ${S}/ps
- mv Makefile Makefile.orig
- sed -e "s/-O2/${CFLAGS}/" -e "s:--strip::" -e 's:/usr/man:/usr/share/man:' Makefile.orig > Makefile
- cd ${S}/proc
- mv Makefile Makefile.orig
- sed -e "s/-O2/${CFLAGS}/" -e "s:--strip::" -e 's:/usr/man:/usr/share/man:' Makefile.orig > Makefile
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- dodir /usr/bin
- dodir /sbin
- dodir /usr/X11R6/bin
- dodir /usr/share/man/man{1,5,8}
- dodir /lib
- dodir /bin
- make DESTDIR=${D} install || die
- preplib /
- dodoc BUGS COPYING COPYING.LIB NEWS TODO
- docinto proc
- dodoc proc/COPYING
- docinto ps
- dodoc ps/COPYING ps/HACKING
-}
diff --git a/sys-apps/procps/procps-2.0.7-r3.ebuild b/sys-apps/procps/procps-2.0.7-r3.ebuild
deleted file mode 100644
index 1e399b6ecf10..000000000000
--- a/sys-apps/procps/procps-2.0.7-r3.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-2.0.7-r3.ebuild,v 1.3 2001/08/04 18:22:45 pete Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Standard informational utilities and process-handling tools"
-SRC_URI="ftp://people.redhat.com/johnsonm/procps/${A}"
-DEPEND=">=sys-libs/ncurses-5.2-r2
- sys-libs/getext"
-RDEPEND=">=sys-libs/ncurses-5.2-r2"
-
-src_unpack() {
-
- unpack ${A}
-
- cd ${S}
- patch -p1 < ${FILESDIR}/${P}.diff
-
- mv Makefile Makefile.orig
- sed -e "s/-O3/${CFLAGS}/" -e 's/all: config/all: /' \
- -e "s:--strip::" -e 's:/usr/man:/usr/share/man:' Makefile.orig > Makefile
-
- cd ${S}/ps
- mv Makefile Makefile.orig
- sed -e "s/-O2/${CFLAGS}/" -e "s:--strip::" -e 's:/usr/man:/usr/share/man:' Makefile.orig > Makefile
-
- cd ${S}/proc
- mv Makefile Makefile.orig
- sed -e "s/-O2/${CFLAGS}/" -e "s:--strip::" -e 's:/usr/man:/usr/share/man:' Makefile.orig > Makefile
-
-}
-
-src_compile() {
- try make ${MAKEOPTS}
-}
-
-src_install() {
-
- dodir /usr/bin
- dodir /sbin
- dodir /usr/X11R6/bin
- dodir /usr/share/man/man{1,5,8}
- dodir /lib
- dodir /bin
- try make DESTDIR=${D} MANDIR=/usr/share/man install
-
- preplib /
- dodoc BUGS COPYING COPYING.LIB NEWS TODO
- docinto proc
- dodoc proc/COPYING
- docinto ps
- dodoc ps/COPYING ps/HACKING
-}
-
-
-
diff --git a/sys-apps/procps/procps-2.0.7-r4.ebuild b/sys-apps/procps/procps-2.0.7-r4.ebuild
deleted file mode 100644
index a32a6efe0eb7..000000000000
--- a/sys-apps/procps/procps-2.0.7-r4.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-2.0.7-r4.ebuild,v 1.1 2001/08/04 18:22:45 pete Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Standard informational utilities and process-handling tools"
-SRC_URI="ftp://people.redhat.com/johnsonm/procps/${A}"
-RDEPEND=">=sys-libs/ncurses-5.2-r2"
-DEPEND="${RDEPEND}
- >=sys-devel/gettext-0.10.35"
-
-src_unpack() {
-
- unpack ${A}
-
- cd ${S}
- patch -p1 < ${FILESDIR}/${P}.diff
-
- mv Makefile Makefile.orig
- sed -e "s/-O3/${CFLAGS}/" -e 's/all: config/all: /' \
- -e "s:--strip::" -e 's:/usr/man:/usr/share/man:' Makefile.orig > Makefile
-
- cd ${S}/ps
- mv Makefile Makefile.orig
- sed -e "s/-O2/${CFLAGS}/" -e "s:--strip::" -e 's:/usr/man:/usr/share/man:' Makefile.orig > Makefile
-
- cd ${S}/proc
- mv Makefile Makefile.orig
- sed -e "s/-O2/${CFLAGS}/" -e "s:--strip::" -e 's:/usr/man:/usr/share/man:' Makefile.orig > Makefile
-
-}
-
-src_compile() {
- try make ${MAKEOPTS}
-}
-
-src_install() {
-
- dodir /usr/bin
- dodir /sbin
- dodir /usr/X11R6/bin
- dodir /usr/share/man/man{1,5,8}
- dodir /lib
- dodir /bin
- try make DESTDIR=${D} MANDIR=/usr/share/man install
-
- preplib /
-
- if [ -z "`use bootcd`" ]
- then
- dodoc BUGS COPYING COPYING.LIB NEWS TODO
- docinto proc
- dodoc proc/COPYING
- docinto ps
- dodoc ps/COPYING ps/HACKING
- else
- rm -rf ${D}/usr/X11R6 ${D}/usr/share
- fi
-}
-
-
-
diff --git a/sys-apps/procps/procps-2.0.7-r5.ebuild b/sys-apps/procps/procps-2.0.7-r5.ebuild
deleted file mode 100644
index cc7c0a5cc0f4..000000000000
--- a/sys-apps/procps/procps-2.0.7-r5.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-2.0.7-r5.ebuild,v 1.2 2001/08/30 05:05:55 drobbins Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Standard informational utilities and process-handling tools"
-SRC_URI="ftp://people.redhat.com/johnsonm/procps/${A}"
-RDEPEND=">=sys-libs/ncurses-5.2-r2"
-DEPEND="${RDEPEND}
- >=sys-devel/gettext-0.10.35"
-
-src_unpack() {
-
- unpack ${A}
-
- cd ${S}
- #This patch prevents top from segfaulting when LANG is set
- patch -p1 < ${FILESDIR}/${P}.diff
-
- mv Makefile Makefile.orig
- sed -e "s/-O3/${CFLAGS}/" -e 's/all: config/all: /' \
- -e "s:--strip::" Makefile.orig > Makefile
-
- cd ${S}/ps
- mv Makefile Makefile.orig
- sed -e "s/-O2/${CFLAGS}/" -e "s:--strip::" Makefile.orig > Makefile
-
- cd ${S}/proc
- mv Makefile Makefile.orig
- sed -e "s/-O2/${CFLAGS}/" -e "s:--strip::" Makefile.orig > Makefile
-
-}
-
-src_compile() {
- try make ${MAKEOPTS}
-}
-
-src_install() {
-
- dodir /usr/bin
- dodir /sbin
- dodir /usr/X11R6/bin
- dodir /usr/share/man/man{1,5,8}
- dodir /lib
- dodir /bin
- try make DESTDIR=${D} MANDIR=/usr/share/man install
-
- preplib /
-
- if [ -z "`use bootcd`" ]
- then
- dodoc BUGS COPYING COPYING.LIB NEWS TODO
- docinto proc
- dodoc proc/COPYING
- docinto ps
- dodoc ps/COPYING ps/HACKING
- else
- rm -rf ${D}/usr/X11R6 ${D}/usr/share
- fi
-}
-
-
-
diff --git a/sys-apps/procps/procps-2.0.7-r6.ebuild b/sys-apps/procps/procps-2.0.7-r6.ebuild
index c509e37fac04..11dc2c58acf5 100644
--- a/sys-apps/procps/procps-2.0.7-r6.ebuild
+++ b/sys-apps/procps/procps-2.0.7-r6.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-2.0.7-r6.ebuild,v 1.1 2001/12/30 01:20:57 hallski Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-2.0.7-r6.ebuild,v 1.2 2002/07/06 15:37:57 drobbins Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Standard informational utilities and process-handling tools"
SRC_URI="ftp://people.redhat.com/johnsonm/${PN}/${P}.tar.gz"
-
RDEPEND=">=sys-libs/ncurses-5.2-r2"
-DEPEND="${RDEPEND}
- >=sys-devel/gettext-0.10.35"
+DEPEND="${RDEPEND} >=sys-devel/gettext-0.10.35"
+LICENSE="GPL-2"
+KEYWORDS="*"
+SLOT="0"
src_unpack() {
unpack ${A}
diff --git a/sys-apps/syslinux/Changelog b/sys-apps/syslinux/ChangeLog
index 0d85f33a90ee..4243de65c2a8 100644
--- a/sys-apps/syslinux/Changelog
+++ b/sys-apps/syslinux/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for sys-apps/syslinux
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Id: Changelog,v 1.1 2002/06/28 16:30:00 verwilst Exp $
+# $Id: ChangeLog,v 1.1 2002/07/06 15:37:58 drobbins Exp $
*syslinux-1.75 (28 June 2002); Bart Verwilst <verwilst@gentoo.org>
diff --git a/sys-apps/syslinux/syslinux-1.75.ebuild b/sys-apps/syslinux/syslinux-1.75.ebuild
index 5e5f55736ff9..40533f7f909b 100644
--- a/sys-apps/syslinux/syslinux-1.75.ebuild
+++ b/sys-apps/syslinux/syslinux-1.75.ebuild
@@ -1,23 +1,23 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/syslinux/syslinux-1.75.ebuild,v 1.1 2002/06/28 16:30:00 verwilst Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/syslinux/syslinux-1.75.ebuild,v 1.2 2002/07/06 15:37:58 drobbins Exp $
DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader"
HOMEPAGE="http://syslinux.zytor.com/"
LICENSE="GPL-2"
-DEPEND=">=nasm-9.98.31"
+DEPEND=">=nasm-0.98.31"
SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/${P}.tar.gz"
+KEYWORDS="x86"
+SLOT="0"
+LICENSE="GPL-2"
+
S=${WORKDIR}/${P}
src_compile() {
-
emake || die
-
}
src_install () {
-
make INSTALLROOT=${D} install || die
dodoc README NEWS TODO *.doc
-
}