blob: a41784ff46a4d513a4d01cb2cb784089a4ce6266 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Traceroute/PEAR-Net_Traceroute-0.21.1.ebuild,v 1.1 2008/03/22 20:18:08 hollow Exp $
inherit php-pear-r1
KEYWORDS="~amd64 ~x86"
DESCRIPTION="OS independet wrapper class for executing traceroute calls"
LICENSE="PHP-3.01"
SLOT="0"
IUSE=""
DEPEND=""
RDEPEND=""
|