diff options
author | Michael Imhof <tantive@gentoo.org> | 2004-08-31 15:41:19 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2004-08-31 15:41:19 +0000 |
commit | c986394d075f4c5113e012a0197a5ce9b546772a (patch) | |
tree | 18255167b02f2d7ec5bb1603e198bab2b593bc4c /dev-libs/libip_vs_user_sync | |
parent | Wrong category, my fault. (Manifest recommit) (diff) | |
download | gentoo-2-c986394d075f4c5113e012a0197a5ce9b546772a.tar.gz gentoo-2-c986394d075f4c5113e012a0197a5ce9b546772a.tar.bz2 gentoo-2-c986394d075f4c5113e012a0197a5ce9b546772a.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/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 |
3 files changed, 42 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/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 "" +} |