diff options
author | Guy Martin <gmsoft@gentoo.org> | 2007-02-26 16:26:02 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2007-02-26 16:26:02 +0000 |
commit | 33cf6732e7dd6ff4bc98f0aa27684b146b9d39a7 (patch) | |
tree | 65208c13a443c8879ba3b6e8cfe826bd57d1fd45 /net-misc/ipcalc | |
parent | Corrected name of init-script in elog-message. (diff) | |
download | gentoo-2-33cf6732e7dd6ff4bc98f0aa27684b146b9d39a7.tar.gz gentoo-2-33cf6732e7dd6ff4bc98f0aa27684b146b9d39a7.tar.bz2 gentoo-2-33cf6732e7dd6ff4bc98f0aa27684b146b9d39a7.zip |
Stable on hppa.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'net-misc/ipcalc')
-rw-r--r-- | net-misc/ipcalc/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/ipcalc/ipcalc-0.41.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/ipcalc/ChangeLog b/net-misc/ipcalc/ChangeLog index edb50d3fae97..9fb9b039ba03 100644 --- a/net-misc/ipcalc/ChangeLog +++ b/net-misc/ipcalc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/ipcalc # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipcalc/ChangeLog,v 1.6 2007/02/08 12:55:16 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipcalc/ChangeLog,v 1.7 2007/02/26 16:26:02 gmsoft Exp $ + + 26 Feb 2007; Guy Martin <gmsoft@gentoo.org> ipcalc-0.41.ebuild: + Stable on hppa 08 Feb 2007; Gustavo Zacarias <gustavoz@gentoo.org> ipcalc-0.41.ebuild: Stable on sparc diff --git a/net-misc/ipcalc/ipcalc-0.41.ebuild b/net-misc/ipcalc/ipcalc-0.41.ebuild index f16016c182c9..1c62ed9bc289 100644 --- a/net-misc/ipcalc/ipcalc-0.41.ebuild +++ b/net-misc/ipcalc/ipcalc-0.41.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipcalc/ipcalc-0.41.ebuild,v 1.4 2007/02/21 02:48:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipcalc/ipcalc-0.41.ebuild,v 1.5 2007/02/26 16:26:02 gmsoft Exp $ DESCRIPTION="calculates broadcast/network/etc... from an IP address and netmask" HOMEPAGE="http://jodies.de/ipcalc" @@ -8,7 +8,7 @@ SRC_URI="http://jodies.de/ipcalc-archive/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~hppa ia64 ~mips ~ppc ~ppc-macos ~ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc-macos ~ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="" RDEPEND=">=dev-lang/perl-5.6.0" |