summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-misc/selfdhcp/ChangeLog5
-rw-r--r--net-misc/selfdhcp/files/digest-selfdhcp-0.21
-rw-r--r--net-misc/selfdhcp/selfdhcp-0.2.ebuild30
3 files changed, 4 insertions, 32 deletions
diff --git a/net-misc/selfdhcp/ChangeLog b/net-misc/selfdhcp/ChangeLog
index 862dade11f6e..bf396e69fa26 100644
--- a/net-misc/selfdhcp/ChangeLog
+++ b/net-misc/selfdhcp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/selfdhcp
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/selfdhcp/ChangeLog,v 1.3 2005/01/29 21:25:08 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/selfdhcp/ChangeLog,v 1.4 2005/09/04 14:06:35 dragonheart Exp $
+
+ 04 Sep 2005; Daniel Black <dragonheart@gentoo.org> -selfdhcp-0.2.ebuild:
+ remove broken version - compile fault
30 Jan 2005; Daniel Black <dragonheart@gentoo.org> selfdhcp-0.2.ebuild,
selfdhcp-0.2a.ebuild:
diff --git a/net-misc/selfdhcp/files/digest-selfdhcp-0.2 b/net-misc/selfdhcp/files/digest-selfdhcp-0.2
deleted file mode 100644
index c93cddbb1673..000000000000
--- a/net-misc/selfdhcp/files/digest-selfdhcp-0.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4cd8d310d3d16db7cc2530627c39a992 selfdhcp-0.2.tar.bz2 350554
diff --git a/net-misc/selfdhcp/selfdhcp-0.2.ebuild b/net-misc/selfdhcp/selfdhcp-0.2.ebuild
deleted file mode 100644
index aa6779050101..000000000000
--- a/net-misc/selfdhcp/selfdhcp-0.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/selfdhcp/selfdhcp-0.2.ebuild,v 1.5 2005/01/29 21:25:08 dragonheart Exp $
-
-DESCRIPTION="a small stealth network autoconfigure software."
-SRC_URI="mirror://sourceforge/selfdhcp/${P}.tar.bz2"
-HOMEPAGE="http://selfdhcp.sourceforge.net"
-KEYWORDS="~x86 ~sparc ~ppc"
-IUSE=""
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND="dev-libs/popt
- dev-libs/libxml2
- >=net-libs/libnet-1.0.2
- virtual/libpcap"
-
-src_compile() {
-
- ./configure --prefix=/usr \
- --disable-nls || die
-
- emake || die
-}
-
-src_install() {
- make prefix=${D}/usr install || die
-
- dodoc README AUTHORS TODO THANKS BUGS NEW COPYING ChangeLog
- }