blob: b2ae8da2072add010ec0e41fcab540ae8075c69c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.0.4.ebuild,v 1.1 2011/04/19 13:46:43 olemarkus Exp $
EAPI="2"
inherit php-pear-r1
DESCRIPTION="Graph datastructure manipulation library"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
|