summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2002-04-25 06:56:23 +0000
committerDaniel Robbins <drobbins@gentoo.org>2002-04-25 06:56:23 +0000
commitaf8a9e9fa07b9bf6b42f6096af661bf4152f264c (patch)
treeeef2a08aef2ae69218abdabeb240d33fff0ce1f8 /net-fs
parentmeep (diff)
downloadgentoo-2-af8a9e9fa07b9bf6b42f6096af661bf4152f264c.tar.gz
gentoo-2-af8a9e9fa07b9bf6b42f6096af661bf4152f264c.tar.bz2
gentoo-2-af8a9e9fa07b9bf6b42f6096af661bf4152f264c.zip
global update: "virtual/kernel" has been depreciated and "virtual/linux-sources"
should be used instead. "virtual/linux-sources" means "a kernel source tree in /usr/src/linux"
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/ftpfs/ftpfs-0.6.2-r1.ebuild33
-rw-r--r--net-fs/ftpfs/ftpfs-0.6.2-r2.ebuild2
-rw-r--r--net-fs/ftpfs/ftpfs-0.6.2.ebuild30
3 files changed, 1 insertions, 64 deletions
diff --git a/net-fs/ftpfs/ftpfs-0.6.2-r1.ebuild b/net-fs/ftpfs/ftpfs-0.6.2-r1.ebuild
deleted file mode 100644
index 7a04c5babb5d..000000000000
--- a/net-fs/ftpfs/ftpfs-0.6.2-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Ryan Tolboom <ryan@gentoo.org>
-# /space/gentoo/cvsroot/gentoo-x86/net-fs/ftpfs/ftpfs-0.6.2.ebuild,v 1.1 2001/12/02 14:17:10 ryan Exp
-
-A=${P}-k2.4.tar.gz
-S=${WORKDIR}/${P}-k2.4
-DESCRIPTION="A filesystem for mounting FTP volumes"
-SRC_URI="http://ftp1.sourceforge.net/ftpfs/${A}"
-HOMEPAGE="http://ftpfs.sourceforge.net"
-
-DEPEND="virtual/glibc
- virtual/kernel"
-
-src_compile() {
- cd ftpfs
- try make
- cd ../ftpmount
- try make CFLAGS="${CFLAGS}"
-}
-
-src_install() {
- try make MODULESDIR=${D}/lib/modules/${KVERS} FTPMOUNT=${D}/usr/bin/ftpmount install
- dodoc CHANGELOG
- docinto html
- dodoc docs/*.html
- docinto html/img
- dodoc docs/img/*
-}
-
-pkg_postinst() {
- try depmod -aq
-}
diff --git a/net-fs/ftpfs/ftpfs-0.6.2-r2.ebuild b/net-fs/ftpfs/ftpfs-0.6.2-r2.ebuild
index 0b29e36f0942..a35e1b15e476 100644
--- a/net-fs/ftpfs/ftpfs-0.6.2-r2.ebuild
+++ b/net-fs/ftpfs/ftpfs-0.6.2-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://ftp1.sourceforge.net/ftpfs/${A}"
HOMEPAGE="http://ftpfs.sourceforge.net"
DEPEND="virtual/glibc
- virtual/kernel"
+ virtual/linux-sources"
src_compile() {
cd ftpfs
diff --git a/net-fs/ftpfs/ftpfs-0.6.2.ebuild b/net-fs/ftpfs/ftpfs-0.6.2.ebuild
deleted file mode 100644
index e73e48f523bb..000000000000
--- a/net-fs/ftpfs/ftpfs-0.6.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Ryan Tolboom <ryan@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-fs/ftpfs/ftpfs-0.6.2.ebuild,v 1.1 2001/12/02 14:17:10 ryan Exp $
-
-A=${P}-k2.4.tar.gz
-S=${WORKDIR}/${P}-k2.4
-DESCRIPTION="A filesystem for mounting FTP volumes"
-SRC_URI="http://ftp1.sourceforge.net/ftpfs/${A}"
-HOMEPAGE="http://ftpfs.sourceforge.net"
-
-DEPEND="virtual/glibc
- virtual/kernel"
-
-src_compile() {
- cd ftpfs
- try make
- cd ../ftpmount
- try make CFLAGS="${CFLAGS}"
-}
-
-src_install() {
- try make MODULESDIR=${D}/lib/modules/`uname -r` FTPMOUNT=${D}/usr/bin/ftpmount install
- dodoc CHANGELOG
- docinto html
- dodoc docs/*.html
- docinto html/img
- dodoc docs/img/*
- try depmod -aq
-}