summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Brix Andersen <brix@gentoo.org>2005-10-23 22:26:31 +0000
committerHenrik Brix Andersen <brix@gentoo.org>2005-10-23 22:26:31 +0000
commitf9a8c28befe615a83d91b7fecc5c8e61bea2620d (patch)
tree48aff0da61ca02a63af59b1a7be410164bd905ca /net-misc/ipv6calc
parentCorrectly DEPEND on libetpan-0.39. Closes bug #110247, reported by a.l.e <xal... (diff)
downloadgentoo-2-f9a8c28befe615a83d91b7fecc5c8e61bea2620d.tar.gz
gentoo-2-f9a8c28befe615a83d91b7fecc5c8e61bea2620d.tar.bz2
gentoo-2-f9a8c28befe615a83d91b7fecc5c8e61bea2620d.zip
Fix head -1 warning, bug #110259.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'net-misc/ipv6calc')
-rw-r--r--net-misc/ipv6calc/ChangeLog5
-rw-r--r--net-misc/ipv6calc/ipv6calc-0.50.ebuild10
2 files changed, 13 insertions, 2 deletions
diff --git a/net-misc/ipv6calc/ChangeLog b/net-misc/ipv6calc/ChangeLog
index b4d456e24086..c83df86615d4 100644
--- a/net-misc/ipv6calc/ChangeLog
+++ b/net-misc/ipv6calc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/ipv6calc
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ChangeLog,v 1.9 2005/10/23 15:26:05 brix Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ChangeLog,v 1.10 2005/10/23 22:26:31 brix Exp $
+
+ 23 Oct 2005; Henrik Brix Andersen <brix@gentoo.org> ipv6calc-0.50.ebuild:
+ Fix head -1 warning, bug #110259.
*ipv6calc-0.50 (23 Oct 2005)
diff --git a/net-misc/ipv6calc/ipv6calc-0.50.ebuild b/net-misc/ipv6calc/ipv6calc-0.50.ebuild
index 5be15d95ee22..ea4264014af4 100644
--- a/net-misc/ipv6calc/ipv6calc-0.50.ebuild
+++ b/net-misc/ipv6calc/ipv6calc-0.50.ebuild
@@ -1,6 +1,8 @@
# 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.50.ebuild,v 1.1 2005/10/23 15:26:05 brix Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.50.ebuild,v 1.2 2005/10/23 22:26:31 brix Exp $
+
+inherit fixheadtails
DESCRIPTION="IPv6 address calculator"
HOMEPAGE="http://www.deepspace6.net/projects/ipv6calc.html"
@@ -14,6 +16,12 @@ IUSE=""
DEPEND="virtual/libc"
+src_unpack() {
+ unpack ${A}
+
+ ht_fix_file ${S}/configure
+}
+
src_compile() {
econf || die "econf failed"
emake || die "emake failed"