summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWout Mertens <wmertens@gentoo.org>2003-03-21 15:59:24 +0000
committerWout Mertens <wmertens@gentoo.org>2003-03-21 15:59:24 +0000
commitc6bdeeb0c6e07fefd375792da30f513b601633c9 (patch)
tree3e1f4934652bc2b6899f77e987b81120f0aaba4f /sys-apps/ifplugd
parentFix of the action script + declared stable (diff)
downloadgentoo-2-c6bdeeb0c6e07fefd375792da30f513b601633c9.tar.gz
gentoo-2-c6bdeeb0c6e07fefd375792da30f513b601633c9.tar.bz2
gentoo-2-c6bdeeb0c6e07fefd375792da30f513b601633c9.zip
Removing cruft
Diffstat (limited to 'sys-apps/ifplugd')
-rw-r--r--sys-apps/ifplugd/Changelog8
-rw-r--r--sys-apps/ifplugd/files/digest-ifplugd-0.131
-rw-r--r--sys-apps/ifplugd/ifplugd-0.13.ebuild40
3 files changed, 0 insertions, 49 deletions
diff --git a/sys-apps/ifplugd/Changelog b/sys-apps/ifplugd/Changelog
deleted file mode 100644
index 17e65ebaae2c..000000000000
--- a/sys-apps/ifplugd/Changelog
+++ /dev/null
@@ -1,8 +0,0 @@
-# ChangeLog for <CATEGORY>/<PACKAGE_NAME>
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ifplugd/Changelog,v 1.1 2003/03/17 15:24:17 wmertens Exp $
-
-*ifplugd-0.13 (17 Mar 2003)
-
- 17 Mar 2003; Wout Mertens <wmertens@gentoo.org> :
- Initial ebuild.
diff --git a/sys-apps/ifplugd/files/digest-ifplugd-0.13 b/sys-apps/ifplugd/files/digest-ifplugd-0.13
deleted file mode 100644
index 8f15d23f8242..000000000000
--- a/sys-apps/ifplugd/files/digest-ifplugd-0.13
+++ /dev/null
@@ -1 +0,0 @@
-MD5 20ebcc14501935c13f14f0b078ef2002 ifplugd-0.13.tar.gz 33289
diff --git a/sys-apps/ifplugd/ifplugd-0.13.ebuild b/sys-apps/ifplugd/ifplugd-0.13.ebuild
deleted file mode 100644
index f4fc87157139..000000000000
--- a/sys-apps/ifplugd/ifplugd-0.13.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ifplugd/ifplugd-0.13.ebuild,v 1.1 2003/03/17 15:24:17 wmertens Exp $
-
-DESCRIPTION="Brings up/down network automatically with cable detection"
-HOMEPAGE="http://www.stud.uni-hamburg.de/users/lennart/projects/ifplugd"
-SRC_URI="${HOMEPAGE}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-DEPEND=""
-#RDEPEND=""
-
-S=${WORKDIR}/ifplugd
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- perl -pi.orig -e 's:^CFLAGS=.*$:CFLAGS='"${CFLAGS}:" Makefile
- perl -pi.orig -e 's:/etc/ifplugd/ifplugd.action:/usr/sbin/ifplugd.action:' ifplugd.c
-}
-
-src_compile() {
- emake
-}
-
-src_install() {
- dosbin ifplugd ${FILESDIR}/ifplugd.action ifstatus
- doman ifplugd.8 ifstatus.8
-
- dodir /etc/conf.d
- mv ifplugd.conf ${D}/etc/conf.d/ifplugd
-
- exeinto /etc/init.d
- doexe ${FILESDIR}/ifplugd
-
- dodoc README SUPPORTED_DRIVERS FAQ NEWS
-}