diff options
author | 2010-02-17 15:41:01 +0000 | |
---|---|---|
committer | 2010-02-17 15:41:01 +0000 | |
commit | 6e2baf7734d8ee79119e0740cf3a8077f523641f (patch) | |
tree | 2d963cb35ddadd578f5a8c4b551eb7e210c5cd0d /dev-libs/libip_vs_user_sync | |
parent | Drop per bug #295838. (diff) | |
download | gentoo-2-6e2baf7734d8ee79119e0740cf3a8077f523641f.tar.gz gentoo-2-6e2baf7734d8ee79119e0740cf3a8077f523641f.tar.bz2 gentoo-2-6e2baf7734d8ee79119e0740cf3a8077f523641f.zip |
Drop per bug #247061.
Diffstat (limited to 'dev-libs/libip_vs_user_sync')
-rw-r--r-- | dev-libs/libip_vs_user_sync/ChangeLog | 32 | ||||
-rw-r--r-- | dev-libs/libip_vs_user_sync/Manifest | 4 | ||||
-rw-r--r-- | dev-libs/libip_vs_user_sync/libip_vs_user_sync-1.0.0.ebuild | 29 | ||||
-rw-r--r-- | dev-libs/libip_vs_user_sync/metadata.xml | 10 |
4 files changed, 0 insertions, 75 deletions
diff --git a/dev-libs/libip_vs_user_sync/ChangeLog b/dev-libs/libip_vs_user_sync/ChangeLog deleted file mode 100644 index 37a74b3a84d0..000000000000 --- a/dev-libs/libip_vs_user_sync/ChangeLog +++ /dev/null @@ -1,32 +0,0 @@ -# ChangeLog for dev-libs/libip_vs_user_sync -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libip_vs_user_sync/ChangeLog,v 1.7 2009/09/23 21:20:37 patrick Exp $ - - 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> - libip_vs_user_sync-1.0.0.ebuild: - Remove virtual/libc - - 03 Mar 2007; Marius Mauch <genone@gentoo.org> - libip_vs_user_sync-1.0.0.ebuild: - Replacing einfo with elog - - 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: - Regenerate digest in Manifest2 format. - - 22 Jan 2005; Christian Zoffoli <xmerlin@gentoo.org> +metadata.xml, - libip_vs_user_sync-1.0.0.ebuild: - added metadata.xml, improved ebuild maintainability - - 05 Sep 2004; Sven Wegener <swegener@gentoo.org> : - Fixed ChangeLog header. - - 04 Sep 2004; Jon Hood <squinky86@gentoo.org> - libip_vs_user_sync-1.0.0.ebuild: - Change virtual/glibc --> virtual/libc. - -*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 deleted file mode 100644 index 96d1ce7e674e..000000000000 --- a/dev-libs/libip_vs_user_sync/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST libip_vs_user_sync-1.0.0.tar.gz 298197 RMD160 fdf03c8189c26a4154df0fd777075927e344ddcd SHA1 7cd63ce17f1220dbd901926e3f27945e77d54aa4 SHA256 c94a4955d153c75db0527080f9adfa3ee2b3dec7f41ab917633f26317f9cd3ee -EBUILD libip_vs_user_sync-1.0.0.ebuild 946 RMD160 29c3e4f59114d311e278cd709e212a6409ce4fc0 SHA1 a98d8ae6f6a93f14d7f8808c13cc39a832355a7c SHA256 99b622ceba435e39e505a0fa3864b6e23bc3ecb53c4ab4b83180535dfcf9fc28 -MISC ChangeLog 1077 RMD160 8a07f54a339ce87e2fdb65cf5a11e081204aa6f7 SHA1 715069f513e786f75e99214b2b07a75db11ff1d4 SHA256 6d9ef2c6caff72cd57ea95fd5678802a9904e956dc0edb281aed4c48c2b27203 -MISC metadata.xml 352 RMD160 ab0906a25cd292a56dc82398689a9206080f9a73 SHA1 09781565e6f8e78548e544494159e99133139288 SHA256 d7dfa78e241cf5337e9e7c316f5c1c32a8494513a144c13a76af635d03014fce 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 deleted file mode 100644 index 1688f024951b..000000000000 --- a/dev-libs/libip_vs_user_sync/libip_vs_user_sync-1.0.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2009 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.7 2009/09/23 21:20:37 patrick 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=">=dev-libs/vanessa-logger-0.0.6" - -SRC_URI="http://www.ultramonkey.org/download/conn_sync/${P}.tar.gz" -SLOT="0" -KEYWORDS="-* ~x86" -IUSE="" - -src_compile() { - elog "libip_vs_user_sync needs a kernel patched with linux-2.4.26-user_sync.3.patch" - elog "you can download the patch at the following url http://www.ultramonkey.org/download/conn_sync/" - - econf || die "error configure" - emake || die "error compiling" -} - -src_install() { - make DESTDIR=${D} install || die "error installing" - dodoc README NEWS AUTHORS TODO INSTALL ChangeLog -} diff --git a/dev-libs/libip_vs_user_sync/metadata.xml b/dev-libs/libip_vs_user_sync/metadata.xml deleted file mode 100644 index 094086bd9789..000000000000 --- a/dev-libs/libip_vs_user_sync/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>no-herd</herd> - <maintainer> - <email>xmerlin@gentoo.org</email> - <name>Christian Zoffoli</name> - </maintainer> - <longdescription></longdescription> -</pkgmetadata> |