summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-12-11 19:03:38 +0000
committerAchim Gottinger <achim@gentoo.org>2000-12-11 19:03:38 +0000
commit09e76d7c029b39dc5cc9546f6ad5072fb5e51025 (patch)
treef3417c923db155eaff346d88b747c03f61cbfbaa /sys-apps/util-linux
parent*** empty log message *** (diff)
downloadgentoo-2-09e76d7c029b39dc5cc9546f6ad5072fb5e51025.tar.gz
gentoo-2-09e76d7c029b39dc5cc9546f6ad5072fb5e51025.tar.bz2
gentoo-2-09e76d7c029b39dc5cc9546f6ad5072fb5e51025.zip
*** empty log message ***
Diffstat (limited to 'sys-apps/util-linux')
-rw-r--r--sys-apps/util-linux/files/digest-util-linux-2.10m-r14
-rw-r--r--sys-apps/util-linux/files/digest-util-linux-2.10m-r24
-rw-r--r--sys-apps/util-linux/files/digest-util-linux-2.10o1
-rw-r--r--sys-apps/util-linux/files/digest-util-linux-2.10p1
-rw-r--r--sys-apps/util-linux/util-linux-2.10m-r1.ebuild55
-rw-r--r--sys-apps/util-linux/util-linux-2.10o.ebuild44
-rw-r--r--sys-apps/util-linux/util-linux-2.10p.ebuild40
7 files changed, 0 insertions, 149 deletions
diff --git a/sys-apps/util-linux/files/digest-util-linux-2.10m-r1 b/sys-apps/util-linux/files/digest-util-linux-2.10m-r1
deleted file mode 100644
index 778059423a73..000000000000
--- a/sys-apps/util-linux/files/digest-util-linux-2.10m-r1
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 bf2f4616594ce04208efe833bbb24a89 util-linux-2.10m.tar.bz2
-MD5 571b7c1e5b81ff386fb5e5f6cb73aeb8 util-linux-2.10m-mount-compat.patch
-MD5 9b70160a2227035def45e25f793b6e5a util-linux-2.10m-mount-nfsv3.patch
-MD5 0e529f499a33c42b06f169f05c98427f util-linux-2.10m-mount-rpc.patch
diff --git a/sys-apps/util-linux/files/digest-util-linux-2.10m-r2 b/sys-apps/util-linux/files/digest-util-linux-2.10m-r2
deleted file mode 100644
index 778059423a73..000000000000
--- a/sys-apps/util-linux/files/digest-util-linux-2.10m-r2
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 bf2f4616594ce04208efe833bbb24a89 util-linux-2.10m.tar.bz2
-MD5 571b7c1e5b81ff386fb5e5f6cb73aeb8 util-linux-2.10m-mount-compat.patch
-MD5 9b70160a2227035def45e25f793b6e5a util-linux-2.10m-mount-nfsv3.patch
-MD5 0e529f499a33c42b06f169f05c98427f util-linux-2.10m-mount-rpc.patch
diff --git a/sys-apps/util-linux/files/digest-util-linux-2.10o b/sys-apps/util-linux/files/digest-util-linux-2.10o
deleted file mode 100644
index ff3bdb905999..000000000000
--- a/sys-apps/util-linux/files/digest-util-linux-2.10o
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ef812942db05703a6a85ead4e2d8d051 util-linux-2.10o.tar.bz2
diff --git a/sys-apps/util-linux/files/digest-util-linux-2.10p b/sys-apps/util-linux/files/digest-util-linux-2.10p
deleted file mode 100644
index 30b08f194fa2..000000000000
--- a/sys-apps/util-linux/files/digest-util-linux-2.10p
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6e275a161b903db65fa742b410c1a43b util-linux-2.10p.tar.bz2
diff --git a/sys-apps/util-linux/util-linux-2.10m-r1.ebuild b/sys-apps/util-linux/util-linux-2.10m-r1.ebuild
deleted file mode 100644
index ccd95ff61d6e..000000000000
--- a/sys-apps/util-linux/util-linux-2.10m-r1.ebuild
+++ /dev/null
@@ -1,55 +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/util-linux/util-linux-2.10m-r1.ebuild,v 1.5 2000/11/19 12:17:29 achim Exp $
-
-P="util-linux-2.10m"
-A="${P}.tar.bz2
- ${P}-mount-compat.patch
- ${P}-mount-nfsv3.patch
- ${P}-mount-rpc.patch"
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Various useful Linux utilities"
-SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/util-linux/${A}
- ftp://ftp.uk.kernel.org/pub/linux/utils/util-linux/${A}
- ftp://ftp.de.kernel.org/pub/linux/utils/util-linux/${A}
- ftp://ftp.linuxnfs.sourceforge.org/pub/nfs/${P}-mount-compat.patch
- ftp://ftp.linuxnfs.sourceforge.org/pub/nfs/${P}-mount-nfsv3.patch
- ftp://ftp.linuxnfs.sourceforge.org/pub/nfs/${P}-mount-rpc.patch"
-
-DEPEND="sys-libs/test"
-
-src_compile() {
- try ./configure
- try make
-}
-
-src_unpack() {
- unpack ${P}.tar.bz2
- cd ${S}
- patch -p1 < ${DISTDIR}/${P}-mount-compat.patch
- patch -p1 < ${DISTDIR}/${P}-mount-nfsv3.patch
- patch -p1 < ${DISTDIR}/${P}-mount-rpc.patch
- cp MCONFIG MCONFIG.orig
- sed -e "s/-pipe -O2 -m486 -fomit-frame-pointer/${CFLAGS}/" \
- -e "s/HAVE_PAM=no/HAVE_PAM=yes/" \
- -e "s/HAVE_SLN=no/HAVE_SLN=yes/" \
- -e "s/HAVE_TSORT=no/HAVE_TSORT=yes/" \
- -e "s/# HAVE_SLANG/HAVE_SLANG/" \
- -e "s/# SLANGFLAGS/SLANGSFLAGS/" \
- MCONFIG.orig > MCONFIG
-}
-
-src_install() {
- cd ${S}
- try make DESTDIR=${D} install
- cd ${S}
- dodoc licenses/* HISTORY
- prepman
- prepinfo
- docinto examples
- dodoc example.files/*
-}
-
-
diff --git a/sys-apps/util-linux/util-linux-2.10o.ebuild b/sys-apps/util-linux/util-linux-2.10o.ebuild
deleted file mode 100644
index 0be4338bf8cb..000000000000
--- a/sys-apps/util-linux/util-linux-2.10o.ebuild
+++ /dev/null
@@ -1,44 +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/util-linux/util-linux-2.10o.ebuild,v 1.3 2000/10/29 20:37:00 achim Exp $
-
-P="util-linux-2.10o"
-A="${P}.tar.bz2"
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Various useful Linux utilities"
-SRC_URI="ftp://ftp.de.kernel.org/pub/linux/utils/util-linux/${P}.tar.bz2"
-
-src_compile() {
- try ./configure
- try make
-}
-
-src_unpack() {
- unpack ${P}.tar.bz2
- cd ${S}
- gzip -dc ../../../linux-UP-2.2.17-r3/work/linux/Documentation/crypto/util-linux-2.10o* | patch -p1
- cp MCONFIG MCONFIG.orig
- sed -e "s/-pipe -O2 -m486 -fomit-frame-pointer/${CFLAGS}/" \
- -e "s/HAVE_PAM=no/HAVE_PAM=yes/" \
- -e "s/HAVE_SLN=no/HAVE_SLN=yes/" \
- -e "s/HAVE_TSORT=no/HAVE_TSORT=yes/" \
- -e "s/# HAVE_SLANG/HAVE_SLANG/" \
- -e "s/# SLANGFLAGS/SLANGSFLAGS/" \
- MCONFIG.orig > MCONFIG
-
-}
-
-src_install() {
- cd ${S}
- try make DESTDIR=${D} install
- cd ${S}
- dodoc licenses/* HISTORY
- prepman
- prepinfo
- docinto examples
- dodoc example.files/*
-}
-
-
diff --git a/sys-apps/util-linux/util-linux-2.10p.ebuild b/sys-apps/util-linux/util-linux-2.10p.ebuild
deleted file mode 100644
index 1dbf6e17938d..000000000000
--- a/sys-apps/util-linux/util-linux-2.10p.ebuild
+++ /dev/null
@@ -1,40 +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/util-linux/util-linux-2.10p.ebuild,v 1.1 2000/11/20 20:30:33 drobbins Exp $
-
-A="${P}.tar.bz2"
-S=${WORKDIR}/${P}
-DESCRIPTION="Various useful Linux utilities"
-SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/util-linux/${P}.tar.bz2"
-
-src_compile() {
- try ./configure
- try make
-}
-
-src_unpack() {
- unpack ${P}.tar.bz2
- cd ${S}
- cp MCONFIG MCONFIG.orig
- sed -e "s/-pipe -O2 -m486 -fomit-frame-pointer/${CFLAGS}/" \
- -e "s/HAVE_PAM=no/HAVE_PAM=yes/" \
- -e "s/HAVE_SLN=no/HAVE_SLN=yes/" \
- -e "s/HAVE_TSORT=no/HAVE_TSORT=yes/" \
- -e "s/# HAVE_SLANG/HAVE_SLANG/" \
- -e "s/# SLANGFLAGS/SLANGSFLAGS/" \
- MCONFIG.orig > MCONFIG
-}
-
-src_install() {
- cd ${S}
- try make DESTDIR=${D} install
- cd ${S}
- dodoc licenses/* HISTORY
- prepman
- prepinfo
- docinto examples
- dodoc example.files/*
-}
-
-