summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-cluster/fake/ChangeLog9
-rw-r--r--sys-cluster/fake/Manifest3
-rw-r--r--sys-cluster/fake/fake-1.1.8.ebuild24
-rw-r--r--sys-cluster/fake/files/digest-fake-1.1.81
4 files changed, 36 insertions, 1 deletions
diff --git a/sys-cluster/fake/ChangeLog b/sys-cluster/fake/ChangeLog
new file mode 100644
index 000000000000..7b8169e9203a
--- /dev/null
+++ b/sys-cluster/fake/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sys-cluster/fake
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/fake/ChangeLog,v 1.1 2003/10/31 14:30:46 tantive Exp $
+
+*fake-1.1.8 (31 Oct 2003)
+
+ 31 Oct 2003; Michael Imhof <tantive@gentoo.org> fake-1.1.8.ebuild:
+ Inital release. Submitted by Rigo Ketelogns <rigo@home.nl>.
+ Closes #24470.
diff --git a/sys-cluster/fake/Manifest b/sys-cluster/fake/Manifest
index e1d6ff664b38..c41600d6d1aa 100644
--- a/sys-cluster/fake/Manifest
+++ b/sys-cluster/fake/Manifest
@@ -1,2 +1,3 @@
-MD5 1d75066b0f16eea7299953a017a76659 fake-1.1.8.ebuild 967
+MD5 84df23a2e5c36db978a096e61a589a8c ChangeLog 390
+MD5 eef319148dbed4aec5f1545bdf542d70 fake-1.1.8.ebuild 1043
MD5 0e9256948ec0296df33e12ac61cc8f6b files/digest-fake-1.1.8 62
diff --git a/sys-cluster/fake/fake-1.1.8.ebuild b/sys-cluster/fake/fake-1.1.8.ebuild
new file mode 100644
index 000000000000..16ed17bbea29
--- /dev/null
+++ b/sys-cluster/fake/fake-1.1.8.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/fake/fake-1.1.8.ebuild,v 1.1 2003/10/31 14:30:46 tantive Exp $
+
+DESCRIPTION="Fake has been designed to switch in backup servers on a LAN. In particular it has been designed to backup Mail, Web and Proxy servers during periods of both unscheduled and scheduled down time. Fake allows you to take over the IP address of another machine in the LAN by bringing up an additional interface and making use of ARP spoofing. The additional interface can be either a physical interface or an IP alias."
+SRC_URI="http://www.vergenet.net/linux/${PN}/download/${PV}/${P}.tar.gz"
+HOMEPAGE="http://www.vergenet.net/linux/fake/"
+
+SLOT="0"
+KEYWORDS="~x86"
+LICENSE="GPL-2"
+IUSE=""
+
+DEPEND=""
+
+src_compile(){
+ make patch || die "building patch failed"
+ emake || die "make failed"
+}
+
+src_install(){
+ make ROOT_DIR=${D} install || die "install failed"
+ dodoc AUTHORS ChangeLog COPYING README docs/*
+}
diff --git a/sys-cluster/fake/files/digest-fake-1.1.8 b/sys-cluster/fake/files/digest-fake-1.1.8
new file mode 100644
index 000000000000..81fad564b6ba
--- /dev/null
+++ b/sys-cluster/fake/files/digest-fake-1.1.8
@@ -0,0 +1 @@
+MD5 75227cf5a2a3dd0f505bad83bb651fdc fake-1.1.8.tar.gz 136528