| 1 | # Copyright 1999-2008 Gentoo Foundation |
1 | # Copyright 1999-2008 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-libs/libIDL/Attic/libIDL-0.8.10.ebuild,v 1.7 2008/03/17 00:25:35 jer Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-libs/libIDL/Attic/libIDL-0.8.10.ebuild,v 1.8 2008/03/22 03:57:44 dang Exp $ |
| 4 | |
4 | |
| 5 | inherit eutils gnome2 |
5 | inherit eutils gnome2 |
| 6 | |
6 | |
| 7 | DESCRIPTION="CORBA tree builder" |
7 | DESCRIPTION="CORBA tree builder" |
| 8 | HOMEPAGE="http://www.gnome.org/" |
8 | HOMEPAGE="http://www.gnome.org/" |
| 9 | |
9 | |
| 10 | LICENSE="LGPL-2" |
10 | LICENSE="LGPL-2" |
| 11 | SLOT="0" |
11 | SLOT="0" |
| 12 | KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd" |
12 | KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd" |
| 13 | IUSE="" |
13 | IUSE="" |
| 14 | |
14 | |
| 15 | RDEPEND=">=dev-libs/glib-2.4" |
15 | RDEPEND=">=dev-libs/glib-2.4" |
| 16 | DEPEND="${RDEPEND} |
16 | DEPEND="${RDEPEND} |
| 17 | sys-devel/flex |
17 | sys-devel/flex |