summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2004-08-31 15:41:19 +0000
committerMichael Imhof <tantive@gentoo.org>2004-08-31 15:41:19 +0000
commitc986394d075f4c5113e012a0197a5ce9b546772a (patch)
tree18255167b02f2d7ec5bb1603e198bab2b593bc4c /net-libs
parentWrong category, my fault. (Manifest recommit) (diff)
downloadgentoo-2-c986394d075f4c5113e012a0197a5ce9b546772a.tar.gz
gentoo-2-c986394d075f4c5113e012a0197a5ce9b546772a.tar.bz2
gentoo-2-c986394d075f4c5113e012a0197a5ce9b546772a.zip
Wrong category, my fault.
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libip_vs_user_sync/ChangeLog10
-rw-r--r--net-libs/libip_vs_user_sync/Manifest13
-rw-r--r--net-libs/libip_vs_user_sync/files/digest-libip_vs_user_sync-1.0.01
-rw-r--r--net-libs/libip_vs_user_sync/libip_vs_user_sync-1.0.0.ebuild31
4 files changed, 0 insertions, 55 deletions
diff --git a/net-libs/libip_vs_user_sync/ChangeLog b/net-libs/libip_vs_user_sync/ChangeLog
deleted file mode 100644
index 1264ae134c69..000000000000
--- a/net-libs/libip_vs_user_sync/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for net-libs/libip_vs_user_sync
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libip_vs_user_sync/ChangeLog,v 1.1 2004/08/31 15:34:14 tantive Exp $
-
-*libip_vs_user_sync-1.0.0 (31 Aug 2004)
-
- 31 Aug 2004; Michael Imhof <tantive@gentoo.org>
- +libip_vs_user_sync-1.0.0.ebuild:
- Initial import. Closes #51330.
-
diff --git a/net-libs/libip_vs_user_sync/Manifest b/net-libs/libip_vs_user_sync/Manifest
deleted file mode 100644
index 15c11eae1289..000000000000
--- a/net-libs/libip_vs_user_sync/Manifest
+++ /dev/null
@@ -1,13 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 878b35e24cc8f50ae727bf5ed9a8460f ChangeLog 389
-MD5 62a47f38c4a6618b80367b7f7345d63c libip_vs_user_sync-1.0.0.ebuild 917
-MD5 0a1870463b9a8e38a6a6e0cc1268c3d4 files/digest-libip_vs_user_sync-1.0.0 76
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.4 (GNU/Linux)
-
-iD8DBQFBNJsDKtJO8LeSoosRAiCxAJ9HwkOn4h0V5wmtdQQgx8QBM1VdTQCeMIUS
-LSm05G+NnxBrCIhQ0F7DdwA=
-=qdDN
------END PGP SIGNATURE-----
diff --git a/net-libs/libip_vs_user_sync/files/digest-libip_vs_user_sync-1.0.0 b/net-libs/libip_vs_user_sync/files/digest-libip_vs_user_sync-1.0.0
deleted file mode 100644
index 146efa6e180e..000000000000
--- a/net-libs/libip_vs_user_sync/files/digest-libip_vs_user_sync-1.0.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 18ccba76c1183040e95e5bdd1cf71649 libip_vs_user_sync-1.0.0.tar.gz 298197
diff --git a/net-libs/libip_vs_user_sync/libip_vs_user_sync-1.0.0.ebuild b/net-libs/libip_vs_user_sync/libip_vs_user_sync-1.0.0.ebuild
deleted file mode 100644
index 950c11d8b226..000000000000
--- a/net-libs/libip_vs_user_sync/libip_vs_user_sync-1.0.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libip_vs_user_sync/libip_vs_user_sync-1.0.0.ebuild,v 1.1 2004/08/31 15:34:14 tantive Exp $
-
-inherit eutils
-
-DESCRIPTION="Library to access LVS netlink socket in the Linux Kernel"
-
-HOMEPAGE="http://www.ultramonkey.org/download/conn_sync/"
-LICENSE="GPL-2"
-DEPEND="virtual/glibc
- >=dev-libs/vanessa-logger-0.0.6"
-SRC_URI="http://www.ultramonkey.org/download/conn_sync/${P}.tar.gz"
-SLOT="0"
-KEYWORDS="-*"
-IUSE=""
-S="${WORKDIR}/${P}"
-
-src_compile() {
- einfo "libip_vs_user_sync needs a kernel patched with linux-2.4.26-user_sync.3.patch"
- einfo "you can download the patch at the following url http://www.ultramonkey.org/download/conn_sync/"
- econf
- cd "${S}"
- make || die
-}
-
-src_install() {
- einstall || die
- dodoc README NEWS AUTHORS TODO INSTALL ChangeLog
- einfo ""
-}