diff options
author | Michael Imhof <tantive@gentoo.org> | 2004-08-31 15:39:41 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2004-08-31 15:39:41 +0000 |
commit | 660a04e0324bcd29beab51e31796a4f0f62aa23f (patch) | |
tree | 62b48a3b18dd27357104342973859247dbb9b26c /dev-libs/libip_vs_user_sync | |
parent | Initial import. Closes #51330. (diff) | |
download | historical-660a04e0324bcd29beab51e31796a4f0f62aa23f.tar.gz historical-660a04e0324bcd29beab51e31796a4f0f62aa23f.tar.bz2 historical-660a04e0324bcd29beab51e31796a4f0f62aa23f.zip |
Wrong category, my fault.
Diffstat (limited to 'dev-libs/libip_vs_user_sync')
-rw-r--r-- | dev-libs/libip_vs_user_sync/ChangeLog | 10 | ||||
-rw-r--r-- | dev-libs/libip_vs_user_sync/Manifest | 13 | ||||
-rw-r--r-- | dev-libs/libip_vs_user_sync/files/digest-libip_vs_user_sync-1.0.0 | 1 | ||||
-rw-r--r-- | dev-libs/libip_vs_user_sync/libip_vs_user_sync-1.0.0.ebuild | 31 |
4 files changed, 55 insertions, 0 deletions
diff --git a/dev-libs/libip_vs_user_sync/ChangeLog b/dev-libs/libip_vs_user_sync/ChangeLog new file mode 100644 index 000000000000..c406297bb65f --- /dev/null +++ b/dev-libs/libip_vs_user_sync/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-libs/libip_vs_user_sync +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libip_vs_user_sync/ChangeLog,v 1.1 2004/08/31 15:39:41 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/dev-libs/libip_vs_user_sync/Manifest b/dev-libs/libip_vs_user_sync/Manifest new file mode 100644 index 000000000000..9876b33f0ee0 --- /dev/null +++ b/dev-libs/libip_vs_user_sync/Manifest @@ -0,0 +1,13 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 b8b2b5eaea2ece8c6a16feb9d795d0d9 ChangeLog 389 +MD5 7261beb372eba314b38ce3edd6c09671 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) + +iD8DBQFBNJwfKtJO8LeSoosRAtkkAJ9/DUfcxZzPVKaiVbgppJqUWCV6dACfeO2M +rgxt0CZb1S02VpIauUR+6ZA= +=S4T1 +-----END PGP SIGNATURE----- diff --git a/dev-libs/libip_vs_user_sync/files/digest-libip_vs_user_sync-1.0.0 b/dev-libs/libip_vs_user_sync/files/digest-libip_vs_user_sync-1.0.0 new file mode 100644 index 000000000000..146efa6e180e --- /dev/null +++ b/dev-libs/libip_vs_user_sync/files/digest-libip_vs_user_sync-1.0.0 @@ -0,0 +1 @@ +MD5 18ccba76c1183040e95e5bdd1cf71649 libip_vs_user_sync-1.0.0.tar.gz 298197 diff --git a/dev-libs/libip_vs_user_sync/libip_vs_user_sync-1.0.0.ebuild b/dev-libs/libip_vs_user_sync/libip_vs_user_sync-1.0.0.ebuild new file mode 100644 index 000000000000..aae33bdd30e3 --- /dev/null +++ b/dev-libs/libip_vs_user_sync/libip_vs_user_sync-1.0.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libip_vs_user_sync/libip_vs_user_sync-1.0.0.ebuild,v 1.1 2004/08/31 15:39:41 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 "" +} |