| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2010 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/eclass/virtuoso.eclass,v 1.10 2011/04/20 09:53:29 scarabeus Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/virtuoso.eclass,v 1.11 2011/07/07 23:00:06 reavertm Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: virtuoso.eclass |
5 | # @ECLASS: virtuoso.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Maciej Mrozowski <reavertm@gentoo.org> |
7 | # Maciej Mrozowski <reavertm@gentoo.org> |
| 8 | # |
8 | # |
| … | |
… | |
| 38 | # Set some defaults |
38 | # Set some defaults |
| 39 | HOMEPAGE='http://virtuoso.openlinksw.com/wiki/main/Main/' |
39 | HOMEPAGE='http://virtuoso.openlinksw.com/wiki/main/Main/' |
| 40 | LICENSE='GPL-2' |
40 | LICENSE='GPL-2' |
| 41 | SLOT='0' |
41 | SLOT='0' |
| 42 | |
42 | |
|
|
43 | # Restrict incompatible gawk, bug 374315 |
| 43 | DEPEND=' |
44 | DEPEND=' |
|
|
45 | <sys-apps/gawk-4.0.0 |
| 44 | >=sys-devel/libtool-2.2.6a |
46 | >=sys-devel/libtool-2.2.6a |
| 45 | ' |
47 | ' |
| 46 | RDEPEND='' |
48 | RDEPEND='' |
| 47 | |
49 | |
| 48 | S="${WORKDIR}/${MY_P}" |
50 | S="${WORKDIR}/${MY_P}" |