summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-12-28 20:30:14 +0000
committerPeter Volkov <pva@gentoo.org>2008-12-28 20:30:14 +0000
commita6e49a6ebd89db33309b50702a3c32f720815d09 (patch)
tree641e1c91d5abd992975864d5bae2376c7b7930b8 /net-misc/ipv6calc/ipv6calc-0.45.ebuild
parenthppa stable, #252657 (diff)
downloadgentoo-2-a6e49a6ebd89db33309b50702a3c32f720815d09.tar.gz
gentoo-2-a6e49a6ebd89db33309b50702a3c32f720815d09.tar.bz2
gentoo-2-a6e49a6ebd89db33309b50702a3c32f720815d09.zip
Fixed build issue without geoip, bug #252811, thank Mike Auty for report.
(Portage version: 2.2_rc20/cvs/Linux 2.6.26-openvz.git-89451f9 i686)
Diffstat (limited to 'net-misc/ipv6calc/ipv6calc-0.45.ebuild')
-rw-r--r--net-misc/ipv6calc/ipv6calc-0.45.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/net-misc/ipv6calc/ipv6calc-0.45.ebuild b/net-misc/ipv6calc/ipv6calc-0.45.ebuild
deleted file mode 100644
index e2a6068d88ab..000000000000
--- a/net-misc/ipv6calc/ipv6calc-0.45.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.45.ebuild,v 1.11 2005/07/30 18:04:37 swegener Exp $
-
-IUSE=""
-DESCRIPTION="ipv6calc convert a given IPv6 address to the compressed format or to the format used by /proc/net/if_inet6."
-HOMEPAGE="http://www.deepspace6.net/projects/ipv6calc.html"
-KEYWORDS="x86 ppc"
-SRC_URI="ftp://ftp.deepspace6.net/pub/sources/ipv6calc/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND="virtual/libc"
-
-src_install () {
- # Using installonly to skip the tests scripts which are really broken
- make root=${D} installonly || die
- dodoc ChangeLog README TODO CREDITS LICENSE
-}