public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/ipv6calc: ipv6calc-0.92.0.ebuild ChangeLog ipv6calc-0.82.1.ebuild
@ 2011-10-10 19:49 Peter Volkov (pva)
  0 siblings, 0 replies; only message in thread
From: Peter Volkov (pva) @ 2011-10-10 19:49 UTC (permalink / raw
  To: gentoo-commits

pva         11/10/10 19:49:32

  Modified:             ChangeLog
  Added:                ipv6calc-0.92.0.ebuild
  Removed:              ipv6calc-0.82.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.10.20/cvs/Linux x86_64)

Revision  Changes    Path
1.45                 net-misc/ipv6calc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ipv6calc/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ipv6calc/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ipv6calc/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	5 Oct 2011 15:46:29 -0000	1.44
+++ ChangeLog	10 Oct 2011 19:49:32 -0000	1.45
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/ipv6calc
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ChangeLog,v 1.44 2011/10/05 15:46:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ChangeLog,v 1.45 2011/10/10 19:49:32 pva Exp $
+
+*ipv6calc-0.92.0 (10 Oct 2011)
+
+  10 Oct 2011; Peter Volkov <pva@gentoo.org> -ipv6calc-0.82.1.ebuild,
+  +ipv6calc-0.92.0.ebuild:
+  Version bump.
 
   05 Oct 2011; Jeroen Roovers <jer@gentoo.org> ipv6calc-0.90.0-r1.ebuild:
   Stable for HPPA (bug #379063).



1.1                  net-misc/ipv6calc/ipv6calc-0.92.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.92.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.92.0.ebuild?rev=1.1&content-type=text/plain

Index: ipv6calc-0.92.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.92.0.ebuild,v 1.1 2011/10/10 19:49:32 pva Exp $

EAPI="4"
inherit fixheadtails

DESCRIPTION="IPv6 address calculator"
HOMEPAGE="http://www.deepspace6.net/projects/ipv6calc.html"
SRC_URI="ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
IUSE="geoip"

DEPEND="geoip? ( >=dev-libs/geoip-1.4.7 )"

src_prepare() {
	# Tests don't work, will be fixed next release
	echo true > ipv6calc/test_showinfo.sh || die
	ht_fix_file configure
}

src_configure() {
	econf $(use_enable geoip)
}

src_compile() {
	# Disable default CFLAGS (-O2 and -g)
	emake DEFAULT_CFLAGS=""
}

src_install() {
	emake DESTDIR="${D}" install
	dodoc ChangeLog CREDITS README TODO USAGE
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-10-10 19:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-10 19:49 [gentoo-commits] gentoo-x86 commit in net-misc/ipv6calc: ipv6calc-0.92.0.ebuild ChangeLog ipv6calc-0.82.1.ebuild Peter Volkov (pva)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox