* net-misc/whatmask Latest version available: 1.1 Latest version installed: 1.2 Size of downloaded files: 158 kB Homepage: http://www.laffeycomputer.com/whatmask.html Description: little C program to compute different subnet mask notations Reproducible: Always Steps to Reproduce: 1. 2. 3.
Created attachment 24246 [details] whatmask-1.2.ebuild (Update) Version bump.
Comment on attachment 24246 [details] whatmask-1.2.ebuild (Update) ># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 > >DESCRIPTION="little C program to compute different subnet mask notations" >HOMEPAGE="http://www.laffeycomputer.com/whatmask.html" >SRC_URI="http://downloads.laffeycomputer.com/current_builds/whatmask/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86 sparc" > >DEPEND="virtual/glibc" > >src_compile() { > econf || die > emake || die >} > >src_install() { > make DESTDIR=${D} install || die > dodoc README INSTALL AUTHORS ChangeLog NEWS >}
In cvs.