Skip to content

Commit

Permalink
[net-misc/subnetcalc] Added (currently broken)
Browse files Browse the repository at this point in the history
Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
  • Loading branch information
msva committed Mar 26, 2015
1 parent a3dd784 commit 43c6e42
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions net-misc/subnetcalc/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST subnetcalc-2.4.1.tar.gz 368770 SHA256 b031d8ab344a5c79ae2a291a189c4a1bd2a1d1c2768fc3a1c1b5ad681c2b5973 SHA512 58fecfa1fbb62c9f927aa33b9b8f0577ab4170b3d4275fcd5c9df3dc54ad369e6fd66d40a85f3d4df1377cf88b2ce325fdd54b167912e288b0dd90d59144b460 WHIRLPOOL 3b078717d30e16be368f301ce932a10deef148b8a9c6b234c3b51ba7459cbeb576c4bfef3fe732a47d78778be3418f7aeaf1a22c34ba654fc8350a224eff82e9
29 changes: 29 additions & 0 deletions net-misc/subnetcalc/subnetcalc-2.4.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

DESCRIPTION="An IPv4/IPv6 Subnet Calculator"
HOMEPAGE="https://www.uni-due.de/~be0001/subnetcalc/"
SRC_URI="https://www.uni-due.de/~be0001/${PN}/download/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="colorgcc geoip"

DEPEND="
colorgcc? ( dev-util/colorgcc )
geoip? ( dev-libs/geoip )
"
RDEPEND="
${DEPEND}
"

src_configure() {
econf \
$(use_enable colorgcc) \
--without-geoip
# $(use_with geoip)
}

0 comments on commit 43c6e42

Please sign in to comment.