Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39047 - whatmask-1.2.ebuild (Update)
Summary: whatmask-1.2.ebuild (Update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Chuck Short (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-22 09:56 UTC by Carlos Eduardo Monti
Modified: 2004-01-24 08:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
whatmask-1.2.ebuild (Update) (whatmask-1.2.ebuild,543 bytes, text/plain)
2004-01-22 10:00 UTC, Carlos Eduardo Monti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Eduardo Monti 2004-01-22 09:56:41 UTC
*  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.
Comment 1 Carlos Eduardo Monti 2004-01-22 10:00:32 UTC
Created attachment 24246 [details]
whatmask-1.2.ebuild (Update)

Version bump.
Comment 2 Carlos Eduardo Monti 2004-01-22 10:01:34 UTC
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
>}
Comment 3 Chuck Short (RETIRED) gentoo-dev 2004-01-24 08:45:46 UTC
In cvs.