summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-02-10 18:23:56 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-02-10 18:23:56 +0000
commit05cab164705d1573ffd2698c9ad009f014348607 (patch)
tree34eeca4e050d92df79aa703d1430e01cc469790f /app-text/ipcalc/ipcalc-0.38.ebuild
parentfixed DEPEND (diff)
downloadgentoo-2-05cab164705d1573ffd2698c9ad009f014348607.tar.gz
gentoo-2-05cab164705d1573ffd2698c9ad009f014348607.tar.bz2
gentoo-2-05cab164705d1573ffd2698c9ad009f014348607.zip
Version bump for bug 81305.
(Portage version: 2.0.51.16)
Diffstat (limited to 'app-text/ipcalc/ipcalc-0.38.ebuild')
-rw-r--r--app-text/ipcalc/ipcalc-0.38.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/app-text/ipcalc/ipcalc-0.38.ebuild b/app-text/ipcalc/ipcalc-0.38.ebuild
new file mode 100644
index 000000000000..7042f0266af0
--- /dev/null
+++ b/app-text/ipcalc/ipcalc-0.38.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/ipcalc/ipcalc-0.38.ebuild,v 1.1 2005/02/10 18:23:56 ka0ttic Exp $
+
+DESCRIPTION="calculates broadcast/network/etc... from an IP address and netmask"
+HOMEPAGE="http://jodies.de/ipcalc"
+SRC_URI="http://jodies.de/ipcalc-archive/${P}.tar.gz"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~ppc-macos ~s390 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/perl-5.6.0"
+
+src_install () {
+ dobin ${PN} || die
+ dodoc changelog
+}